Html Css Color HEX #15CCDD Dark Turquoise

📋 copy color: '#15CCDD'

red 21 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #15CCDD

Tints of Dark Turquoise #15CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 4.71%
G = 45.74%
B = 49.55%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15CCDD (or 0x15CCDD) is known color: Dark Turquoise. HEX triplet: 15, CC and DD. RGB value is (21,204,221). Sum of RGB (Red+Green+Blue) = 21+204+221=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #15CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CCDD is #EA3322. Grayscale: #969696. Windows color (decimal): -15348515 or 14535701. OLE color: 14535701.

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

Color convert

RGB 21 204 221 -
CMYK 0.90 0.08 0 0.13
HSL 185.1º 0.83% 0.47% -
HSV(B) 185.1º 0.9% 0.87% -
XYZ 34.95 48.57 75.94 -
YUV 151.22 167.37 35.12 -
System Red Green Blue C M Y K H S L
Decimal 21 204 221 0.90 0.08 0 0.13 185.1 0.83 0.47
Hex 15 CC DD 5A 8 0 D B9 53 2F
Octal 25 314 335 132 10 0 15 271 123 57
Binary 10101 11001100 11011101 1011010 1000 0 1101 10111001 1010011 101111

Color Harmonies of #15CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CCDD

Black with #15CCDD

Text Example


Text Example

White with #15CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,204,221); }

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

background-color css

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

 a { background-color: rgb(21,204,221); }

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

border-color css

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

 span { border-color: rgb(21,204,221); }

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