#15EAEC

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

Shades of Bright Turquoise #15EAEC

Tints of Bright Turquoise #15EAEC

Color information

#15EAEC (or 0x15EAEC) is unknown color: approx Bright Turquoise. HEX triplet: 15, EA and EC. RGB value is (21,234,236). Sum of RGB (Red+Green+Blue) = 21+234+236=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #15EAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EAEC is #EA1513. Grayscale: #AAAAAA. Windows color (decimal): -15340820 or 15526421. OLE color: 15526421.

HSL color Cylindrical-coordinate representation of color #15EAEC: hue angle of 180.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EAEC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21234236-
CMYK0.910.0100.07
HSL180.56º84.98%50.39%-
HSV(B)180.56º91.1%92.55%-
XYZ44.8765.0689.55-
YUV170.54164.9321.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.28%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=4.28%
G=47.66%
B=48.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212342360.910.0100.07180.5684.9850.39
Hex15EAEC5B107b55532
Octal2535235413310726512562
Binary101011110101011101100101101110111101101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15EAEC; }

 p { color: rgb(21,234,236); }

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

<style>
 a { background-color: #15EAEC; }

 a { background-color: rgb(21,234,236); }

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

<style>
 span { border-color: #15EAEC; }

 span { border-color: rgb(21,234,236); }

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