Html Css Color HEX #21CCDB Dark Turquoise

📋 copy color: '#21CCDB'

red 33 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #21CCDB

Tints of Dark Turquoise #21CCDB

RGB

 RED value IS 33 (13.28% from 255) = 7.24%

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 7.24%
G = 44.74%
B = 48.03%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21CCDB (or 0x21CCDB) is known color: Dark Turquoise. HEX triplet: 21, CC and DB. RGB value is (33,204,219). Sum of RGB (Red+Green+Blue) = 33+204+219=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #21CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCDB is #DE3324. Grayscale: #9A9A9A. Windows color (decimal): -14562085 or 14404641. OLE color: 14404641.

HSL color Cylindrical-coordinate representation of color #21CCDB: hue angle of 184.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CCDB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 204 219 -
CMYK 0.85 0.07 0 0.14
HSL 184.84º 0.74% 0.49% -
HSV(B) 184.84º 0.85% 0.86% -
XYZ 35.01 48.62 74.56 -
YUV 154.58 164.35 41.28 -
System Red Green Blue C M Y K H S L
Decimal 33 204 219 0.85 0.07 0 0.14 184.84 0.74 0.49
Hex 21 CC DB 55 7 0 E B9 4A 31
Octal 41 314 333 125 7 0 16 271 112 61
Binary 100001 11001100 11011011 1010101 111 0 1110 10111001 1001010 110001

Color Harmonies of #21CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCDB

Black with #21CCDB

Text Example


Text Example

White with #21CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CCDB; }

 p { color: rgb(33,204,219); }

 H1.HeaderClassName
 {
   color: #21CCDB;
 }
 .AnyTagClassName
 {
   color: #21CCDB;
 }
</style>

background-color css

<style>
 a { background-color: #21CCDB; }

 a { background-color: rgb(33,204,219); }

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

border-color css

<style>
 span { border-color: #21CCDB; }

 span { border-color: rgb(33,204,219); }

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