#15E6E0

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

Shades of Bright Turquoise #15E6E0

Tints of Bright Turquoise #15E6E0

Color information

#15E6E0 (or 0x15E6E0) is unknown color: approx Bright Turquoise. HEX triplet: 15, E6 and E0. RGB value is (21,230,224). Sum of RGB (Red+Green+Blue) = 21+230+224=475 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.42% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #15E6E0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E6E0 is #EA191F. Grayscale: #A6A6A6. Windows color (decimal): -15341856 or 14738965. OLE color: 14738965.

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

Color convert

RGB21230224-
CMYK0.9100.030.10
HSL178.28º83.27%49.22%-
HSV(B)178.28º90.87%90.2%-
XYZ42.0662.1380.3-
YUV166.82160.2623.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.42%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=4.42%
G=48.42%
B=47.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212302240.9100.030.10178.2883.2749.22
Hex15E6E05B03Ab25331
Octal25346340133031226212361
Binary10101111001101110000010110110111010101100101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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