#15D4E8

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

Shades of Bright Turquoise #15D4E8

Tints of Bright Turquoise #15D4E8

Color information

#15D4E8 (or 0x15D4E8) is unknown color: approx Bright Turquoise. HEX triplet: 15, D4 and E8. RGB value is (21,212,232). Sum of RGB (Red+Green+Blue) = 21+212+232=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #15D4E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D4E8 is #EA2B17. Grayscale: #9C9C9C. Windows color (decimal): -15346456 or 15258645. OLE color: 15258645.

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

Color convert

RGB21212232-
CMYK0.910.0900.09
HSL185.69º83.4%49.61%-
HSV(B)185.69º90.95%90.98%-
XYZ38.4253.0784.56-
YUV157.17170.2230.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.52%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=4.52%
G=45.59%
B=49.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212122320.910.0900.09185.6983.449.61
Hex15D4E85B909ba5332
Octal253243501331101127212362
Binary1010111010100111010001011011100101001101110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,212,232); }

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

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

 a { background-color: rgb(21,212,232); }

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

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

 span { border-color: rgb(21,212,232); }

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