#15E6DA

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

Shades of Bright Turquoise #15E6DA

Tints of Bright Turquoise #15E6DA

Color information

#15E6DA (or 0x15E6DA) is unknown color: approx Bright Turquoise. HEX triplet: 15, E6 and DA. RGB value is (21,230,218). Sum of RGB (Red+Green+Blue) = 21+230+218=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #15E6DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E6DA is #EA1925. Grayscale: #A5A5A5. Windows color (decimal): -15341862 or 14345749. OLE color: 14345749.

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

Color convert

RGB21230218-
CMYK0.9100.050.10
HSL176.56º83.27%49.22%-
HSV(B)176.56º90.87%90.2%-
XYZ41.2661.8276.09-
YUV166.14157.2624.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.48%
GREEN value IS 230 (90.23% from 255) = 49.04%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=4.48%
G=49.04%
B=46.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212302180.9100.050.10176.5683.2749.22
Hex15E6DA5B05Ab15331
Octal25346332133051226112361
Binary101011110011011011010101101101011010101100011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,230,218); }

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

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

 a { background-color: rgb(21,230,218); }

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

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

 span { border-color: rgb(21,230,218); }

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