Html Css Color HEX #21DCCE Turquoise

📋 copy color: '#21DCCE'

red 33 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #21DCCE

Tints of Turquoise #21DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 7.19%
G = 47.93%
B = 44.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#21DCCE (or 0x21DCCE) is known color: Turquoise. HEX triplet: 21, DC and CE. RGB value is (33,220,206). Sum of RGB (Red+Green+Blue) = 33+220+206=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCCE is #DE2331. Grayscale: #A2A2A2. Windows color (decimal): -14558002 or 13556769. OLE color: 13556769.

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

Color convert

RGB 33 220 206 -
CMYK 0.85 0 0.06 0.14
HSL 175.51º 0.74% 0.5% -
HSV(B) 175.51º 0.85% 0.86% -
XYZ 37.36 55.97 67.23 -
YUV 162.49 152.55 35.64 -
System Red Green Blue C M Y K H S L
Decimal 33 220 206 0.85 0 0.06 0.14 175.51 0.74 0.5
Hex 21 DC CE 55 0 6 E B0 4A 32
Octal 41 334 316 125 0 6 16 260 112 62
Binary 100001 11011100 11001110 1010101 0 110 1110 10110000 1001010 110010

Color Harmonies of #21DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DCCE

Black with #21DCCE

Text Example


Text Example

White with #21DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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