#15E8C4

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

Shades of Bright Turquoise #15E8C4

Tints of Bright Turquoise #15E8C4

Color information

#15E8C4 (or 0x15E8C4) is unknown color: approx Bright Turquoise. HEX triplet: 15, E8 and C4. RGB value is (21,232,196). Sum of RGB (Red+Green+Blue) = 21+232+196=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8C4 is #EA173B. Grayscale: #A4A4A4. Windows color (decimal): -15341372 or 12904469. OLE color: 12904469.

HSL color Cylindrical-coordinate representation of color #15E8C4: hue angle of 169.76º 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 #15E8C4 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB21232196-
CMYK0.9100.160.09
HSL169.76º83.4%49.61%-
HSV(B)169.76º90.95%90.98%-
XYZ39.1361.8662.1-
YUV164.81145.625.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.68%
GREEN value IS 232 (91.02% from 255) = 51.67%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=4.68%
G=51.67%
B=43.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212321960.9100.160.09169.7683.449.61
Hex15E8C45B0109aa5332
Octal253503041330201125212362
Binary10101111010001100010010110110100001001101010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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