Html Css Color HEX #21DFCE Turquoise

📋 copy color: '#21DFCE'

red 33 ◦ green 223 ◦ blue 206

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

Shades of Turquoise #21DFCE

Tints of Turquoise #21DFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

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

R = 7.14%
G = 48.27%
B = 44.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#21DFCE (or 0x21DFCE) is known color: Turquoise. HEX triplet: 21, DF and CE. RGB value is (33,223,206). Sum of RGB (Red+Green+Blue) = 33+223+206=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFCE is #DE2031. Grayscale: #A4A4A4. Windows color (decimal): -14557234 or 13557537. OLE color: 13557537.

HSL color Cylindrical-coordinate representation of color #21DFCE: hue angle of 174.63º degrees, saturation: 0.75, 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 #21DFCE is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 223 206 -
CMYK 0.85 0 0.08 0.13
HSL 174.63º 0.75% 0.5% -
HSV(B) 174.63º 0.85% 0.87% -
XYZ 38.16 57.55 67.49 -
YUV 164.25 151.55 34.38 -
System Red Green Blue C M Y K H S L
Decimal 33 223 206 0.85 0 0.08 0.13 174.63 0.75 0.5
Hex 21 DF CE 55 0 8 D AF 4B 32
Octal 41 337 316 125 0 10 15 257 113 62
Binary 100001 11011111 11001110 1010101 0 1000 1101 10101111 1001011 110010

Color Harmonies of #21DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DFCE

Black with #21DFCE

Text Example


Text Example

White with #21DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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