#13EAF7

Color #13EAF7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #13EAF7

Tints of Bright Turquoise #13EAF7

Color information

#13EAF7 (or 0x13EAF7) is unknown color: approx Bright Turquoise. HEX triplet: 13, EA and F7. RGB value is (19,234,247). Sum of RGB (Red+Green+Blue) = 19+234+247=500 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #13EAF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EAF7 is #EC1508. Grayscale: #AAAAAA. Windows color (decimal): -15471881 or 16247315. OLE color: 16247315.

HSL color Cylindrical-coordinate representation of color #13EAF7: hue angle of 183.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAF7 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19234247-
CMYK0.920.0500.03
HSL183.42º93.44%52.16%-
HSV(B)183.42º92.31%96.86%-
XYZ46.4865.798.23-
YUV171.2170.7719.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 3.8%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 247 (96.88% from 255) = 49.4%
R=3.8%
G=46.8%
B=49.4%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192342470.920.0500.03183.4293.4452.16
Hex13EAF75C503b75d34
Octal2335236713450326713564
Binary1001111101010111101111011100101011101101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13EAF7; }

 p { color: rgb(19,234,247); }

 H1.HeaderClassName
 {
   color: #13EAF7;
 }
 .AnyTagClassName
 {
   color: #13EAF7;
 }
</style>
background-color css

<style>
 a { background-color: #13EAF7; }

 a { background-color: rgb(19,234,247); }

 div.DivClassName
 {
   background-color: #13EAF7;
 }
 .BgClassName
 {
   background-color: #13EAF7;
 }
</style>
border-color css

<style>
 span { border-color: #13EAF7; }

 span { border-color: rgb(19,234,247); }

 td.TdClassName
 {
   border-color: #13EAF7;
 }
 .TagClassName
 {
   border-color: #13EAF7;
 }
</style>