Html Css Color HEX #21DDCE Turquoise

📋 copy color: '#21DDCE'

red 33 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #21DDCE

Tints of Turquoise #21DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 7.17%
G = 48.04%
B = 44.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#21DDCE (or 0x21DDCE) is known color: Turquoise. HEX triplet: 21, DD and CE. RGB value is (33,221,206). Sum of RGB (Red+Green+Blue) = 33+221+206=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDCE is #DE2231. Grayscale: #A2A2A2. Windows color (decimal): -14557746 or 13557025. OLE color: 13557025.

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

Color convert

RGB 33 221 206 -
CMYK 0.85 0 0.07 0.13
HSL 175.21º 0.74% 0.5% -
HSV(B) 175.21º 0.85% 0.87% -
XYZ 37.62 56.49 67.31 -
YUV 163.08 152.22 35.22 -
System Red Green Blue C M Y K H S L
Decimal 33 221 206 0.85 0 0.07 0.13 175.21 0.74 0.5
Hex 21 DD CE 55 0 7 D AF 4A 32
Octal 41 335 316 125 0 7 15 257 112 62
Binary 100001 11011101 11001110 1010101 0 111 1101 10101111 1001010 110010

Color Harmonies of #21DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DDCE

Black with #21DDCE

Text Example


Text Example

White with #21DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,221,206); }

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

background-color css

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

 a { background-color: rgb(33,221,206); }

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

border-color css

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

 span { border-color: rgb(33,221,206); }

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