#13EAEE

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

Shades of Bright Turquoise #13EAEE

Tints of Bright Turquoise #13EAEE

Color information

#13EAEE (or 0x13EAEE) is unknown color: approx Bright Turquoise. HEX triplet: 13, EA and EE. RGB value is (19,234,238). Sum of RGB (Red+Green+Blue) = 19+234+238=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #13EAEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EAEE is #EC1511. Grayscale: #A9A9A9. Windows color (decimal): -15471890 or 15657491. OLE color: 15657491.

HSL color Cylindrical-coordinate representation of color #13EAEE: hue angle of 181.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAEE is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19234238-
CMYK0.920.0200.07
HSL181.1º86.56%50.39%-
HSV(B)181.1º92.02%93.33%-
XYZ45.1265.1691.09-
YUV170.17166.2720.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.87%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=3.87%
G=47.66%
B=48.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192342380.920.0200.07181.186.5650.39
Hex13EAEE5C207b55732
Octal2335235613420726512762
Binary1001111101010111011101011100100111101101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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