Html Css Color HEX #15CAE0 Dark Turquoise

📋 copy color: '#15CAE0'

red 21 ◦ green 202 ◦ blue 224

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

Shades of Dark Turquoise #15CAE0

Tints of Dark Turquoise #15CAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 4.7%
G = 45.19%
B = 50.11%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#15CAE0 (or 0x15CAE0) is known color: Dark Turquoise. HEX triplet: 15, CA and E0. RGB value is (21,202,224). Sum of RGB (Red+Green+Blue) = 21+202+224=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #15CAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CAE0 is #EA351F. Grayscale: #969696. Windows color (decimal): -15349024 or 14731797. OLE color: 14731797.

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

Color convert

RGB 21 202 224 -
CMYK 0.91 0.10 0 0.12
HSL 186.5º 0.83% 0.48% -
HSV(B) 186.5º 0.91% 0.88% -
XYZ 34.88 47.78 77.91 -
YUV 150.39 169.53 35.71 -
System Red Green Blue C M Y K H S L
Decimal 21 202 224 0.91 0.10 0 0.12 186.5 0.83 0.48
Hex 15 CA E0 5B A 0 C BB 53 30
Octal 25 312 340 133 12 0 14 273 123 60
Binary 10101 11001010 11100000 1011011 1010 0 1100 10111011 1010011 110000

Color Harmonies of #15CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CAE0

Black with #15CAE0

Text Example


Text Example

White with #15CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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