Html Css Color HEX #21DFCC Turquoise

📋 copy color: '#21DFCC'

red 33 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #21DFCC

Tints of Turquoise #21DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 7.17%
G = 48.48%
B = 44.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#21DFCC (or 0x21DFCC) is known color: Turquoise. HEX triplet: 21, DF and CC. RGB value is (33,223,204). Sum of RGB (Red+Green+Blue) = 33+223+204=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFCC is #DE2033. Grayscale: #A3A3A3. Windows color (decimal): -14557236 or 13426465. OLE color: 13426465.

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

Color convert

RGB 33 223 204 -
CMYK 0.85 0 0.09 0.13
HSL 174º 0.75% 0.5% -
HSV(B) 174º 0.85% 0.87% -
XYZ 37.91 57.46 66.22 -
YUV 164.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 33 223 204 0.85 0 0.09 0.13 174 0.75 0.5
Hex 21 DF CC 55 0 9 D AE 4B 32
Octal 41 337 314 125 0 11 15 256 113 62
Binary 100001 11011111 11001100 1010101 0 1001 1101 10101110 1001011 110010

Color Harmonies of #21DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DFCC

Black with #21DFCC

Text Example


Text Example

White with #21DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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