Html Css Color HEX #15C9E1 Dark Turquoise

📋 copy color: '#15C9E1'

red 21 ◦ green 201 ◦ blue 225

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

Shades of Dark Turquoise #15C9E1

Tints of Dark Turquoise #15C9E1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.97%

 BLUE value IS 225 (88.28% from 255) = 50.34%

R = 4.7%
G = 44.97%
B = 50.34%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#15C9E1 (or 0x15C9E1) is known color: Dark Turquoise. HEX triplet: 15, C9 and E1. RGB value is (21,201,225). Sum of RGB (Red+Green+Blue) = 21+201+225=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #15C9E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C9E1 is #EA361E. Grayscale: #959595. Windows color (decimal): -15349279 or 14797077. OLE color: 14797077.

HSL color Cylindrical-coordinate representation of color #15C9E1: hue angle of 187.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C9E1 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 201 225 -
CMYK 0.91 0.11 0 0.12
HSL 187.06º 0.83% 0.48% -
HSV(B) 187.06º 0.91% 0.88% -
XYZ 34.79 47.37 78.54 -
YUV 149.92 170.37 36.05 -
System Red Green Blue C M Y K H S L
Decimal 21 201 225 0.91 0.11 0 0.12 187.06 0.83 0.48
Hex 15 C9 E1 5B B 0 C BB 53 30
Octal 25 311 341 133 13 0 14 273 123 60
Binary 10101 11001001 11100001 1011011 1011 0 1100 10111011 1010011 110000

Color Harmonies of #15C9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C9E1

Black with #15C9E1

Text Example


Text Example

White with #15C9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,201,225); }

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

background-color css

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

 a { background-color: rgb(21,201,225); }

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

border-color css

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

 span { border-color: rgb(21,201,225); }

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