Html Css Color HEX #15CEE9 Dark Turquoise

📋 copy color: '#15CEE9'

red 21 ◦ green 206 ◦ blue 233

#15CEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #15CEE9

Tints of Dark Turquoise #15CEE9

RGB

 RED value IS 21 (8.59% from 255) = 4.57%

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 233 (91.41% from 255) = 50.65%

R = 4.57%
G = 44.78%
B = 50.65%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15CEE9 (or 0x15CEE9) is known color: Dark Turquoise. HEX triplet: 15, CE and E9. RGB value is (21,206,233). Sum of RGB (Red+Green+Blue) = 21+206+233=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #15CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEE9 is #EA3116. Grayscale: #999999. Windows color (decimal): -15347991 or 15322645. OLE color: 15322645.

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

Color convert

RGB 21 206 233 -
CMYK 0.91 0.12 0 0.09
HSL 187.64º 0.83% 0.5% -
HSV(B) 187.64º 0.91% 0.91% -
XYZ 37.09 50.19 84.82 -
YUV 153.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 21 206 233 0.91 0.12 0 0.09 187.64 0.83 0.5
Hex 15 CE E9 5B C 0 9 BC 53 32
Octal 25 316 351 133 14 0 11 274 123 62
Binary 10101 11001110 11101001 1011011 1100 0 1001 10111100 1010011 110010

Color Harmonies of #15CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CEE9

Black with #15CEE9

Text Example


Text Example

White with #15CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,206,233); }

 H1.HeaderClassName
 {
   color: #15CEE9;
 }
 .AnyTagClassName
 {
   color: #15CEE9;
 }
</style>

background-color css

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

 a { background-color: rgb(21,206,233); }

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

border-color css

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

 span { border-color: rgb(21,206,233); }

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