Html Css Color HEX #21DFCD Turquoise

📋 copy color: '#21DFCD'

red 33 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #21DFCD

Tints of Turquoise #21DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 7.16%
G = 48.37%
B = 44.47%

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

#21DFCD (or 0x21DFCD) is known color: Turquoise. HEX triplet: 21, DF and CD. RGB value is (33,223,205). Sum of RGB (Red+Green+Blue) = 33+223+205=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFCD is #DE2032. Grayscale: #A4A4A4. Windows color (decimal): -14557235 or 13492001. OLE color: 13492001.

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

Color convert

RGB 33 223 205 -
CMYK 0.85 0 0.08 0.13
HSL 174.32º 0.75% 0.5% -
HSV(B) 174.32º 0.85% 0.87% -
XYZ 38.03 57.51 66.85 -
YUV 164.14 151.05 34.46 -
System Red Green Blue C M Y K H S L
Decimal 33 223 205 0.85 0 0.08 0.13 174.32 0.75 0.5
Hex 21 DF CD 55 0 8 D AE 4B 32
Octal 41 337 315 125 0 10 15 256 113 62
Binary 100001 11011111 11001101 1010101 0 1000 1101 10101110 1001011 110010

Color Harmonies of #21DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DFCD

Black with #21DFCD

Text Example


Text Example

White with #21DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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