Html Css Color HEX #21D9CE Turquoise

📋 copy color: '#21D9CE'

red 33 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #21D9CE

Tints of Turquoise #21D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

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

R = 7.24%
G = 47.59%
B = 45.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#21D9CE (or 0x21D9CE) is known color: Turquoise. HEX triplet: 21, D9 and CE. RGB value is (33,217,206). Sum of RGB (Red+Green+Blue) = 33+217+206=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D9CE is #DE2631. Grayscale: #A0A0A0. Windows color (decimal): -14558770 or 13556001. OLE color: 13556001.

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

Color convert

RGB 33 217 206 -
CMYK 0.85 0 0.05 0.15
HSL 176.41º 0.74% 0.49% -
HSV(B) 176.41º 0.85% 0.85% -
XYZ 36.58 54.41 66.97 -
YUV 160.73 153.54 36.89 -
System Red Green Blue C M Y K H S L
Decimal 33 217 206 0.85 0 0.05 0.15 176.41 0.74 0.49
Hex 21 D9 CE 55 0 5 F B0 4A 31
Octal 41 331 316 125 0 5 17 260 112 61
Binary 100001 11011001 11001110 1010101 0 101 1111 10110000 1001010 110001

Color Harmonies of #21D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D9CE

Black with #21D9CE

Text Example


Text Example

White with #21D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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