Html Css Color HEX #15CADC Dark Turquoise

📋 copy color: '#15CADC'

red 21 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #15CADC

Tints of Dark Turquoise #15CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 4.74%
G = 45.6%
B = 49.66%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15CADC (or 0x15CADC) is known color: Dark Turquoise. HEX triplet: 15, CA and DC. RGB value is (21,202,220). Sum of RGB (Red+Green+Blue) = 21+202+220=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #15CADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CADC is #EA3523. Grayscale: #959595. Windows color (decimal): -15349028 or 14469653. OLE color: 14469653.

HSL color Cylindrical-coordinate representation of color #15CADC: hue angle of 185.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CADC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 202 220 -
CMYK 0.90 0.08 0 0.14
HSL 185.43º 0.83% 0.47% -
HSV(B) 185.43º 0.9% 0.86% -
XYZ 34.35 47.57 75.08 -
YUV 149.93 167.53 36.04 -
System Red Green Blue C M Y K H S L
Decimal 21 202 220 0.90 0.08 0 0.14 185.43 0.83 0.47
Hex 15 CA DC 5A 8 0 E B9 53 2F
Octal 25 312 334 132 10 0 16 271 123 57
Binary 10101 11001010 11011100 1011010 1000 0 1110 10111001 1010011 101111

Color Harmonies of #15CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CADC

Black with #15CADC

Text Example


Text Example

White with #15CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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