#15EBC8

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

Shades of Bright Turquoise #15EBC8

Tints of Bright Turquoise #15EBC8

Color information

#15EBC8 (or 0x15EBC8) is unknown color: approx Bright Turquoise. HEX triplet: 15, EB and C8. RGB value is (21,235,200). Sum of RGB (Red+Green+Blue) = 21+235+200=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #15EBC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EBC8 is #EA1437. Grayscale: #A6A6A6. Windows color (decimal): -15340600 or 13167381. OLE color: 13167381.

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

Color convert

RGB21235200-
CMYK0.9100.150.08
HSL170.19º84.25%50.2%-
HSV(B)170.19º91.06%92.16%-
XYZ40.4463.7564.82-
YUV167.02146.623.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.61%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=4.61%
G=51.54%
B=43.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212352000.9100.150.08170.1984.2550.2
Hex15EBC85B0F8aa5432
Octal253533101330171025212462
Binary1010111101011110010001011011011111000101010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,235,200); }

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

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

 a { background-color: rgb(21,235,200); }

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

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

 span { border-color: rgb(21,235,200); }

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