Html Css Color HEX #21CDD0 Dark Turquoise

📋 copy color: '#21CDD0'

red 33 ◦ green 205 ◦ blue 208

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

Shades of Dark Turquoise #21CDD0

Tints of Dark Turquoise #21CDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 7.4%
G = 45.96%
B = 46.64%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#21CDD0 (or 0x21CDD0) is known color: Dark Turquoise. HEX triplet: 21, CD and D0. RGB value is (33,205,208). Sum of RGB (Red+Green+Blue) = 33+205+208=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #21CDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDD0 is #DE322F. Grayscale: #999999. Windows color (decimal): -14561840 or 13684001. OLE color: 13684001.

HSL color Cylindrical-coordinate representation of color #21CDD0: hue angle of 181.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDD0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 205 208 -
CMYK 0.84 0.01 0 0.18
HSL 181.03º 0.73% 0.47% -
HSV(B) 181.03º 0.84% 0.82% -
XYZ 33.84 48.54 67.26 -
YUV 153.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 33 205 208 0.84 0.01 0 0.18 181.03 0.73 0.47
Hex 21 CD D0 54 1 0 12 B5 49 2F
Octal 41 315 320 124 1 0 22 265 111 57
Binary 100001 11001101 11010000 1010100 1 0 10010 10110101 1001001 101111

Color Harmonies of #21CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDD0

Black with #21CDD0

Text Example


Text Example

White with #21CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,205,208); }

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

background-color css

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

 a { background-color: rgb(33,205,208); }

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

border-color css

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

 span { border-color: rgb(33,205,208); }

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