Html Css Color HEX #21E1CC Turquoise

📋 copy color: '#21E1CC'

red 33 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #21E1CC

Tints of Turquoise #21E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

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

R = 7.14%
G = 48.7%
B = 44.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#21E1CC (or 0x21E1CC) is known color: Turquoise. HEX triplet: 21, E1 and CC. RGB value is (33,225,204). Sum of RGB (Red+Green+Blue) = 33+225+204=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1CC is #DE1E33. Grayscale: #A5A5A5. Windows color (decimal): -14556724 or 13426977. OLE color: 13426977.

HSL color Cylindrical-coordinate representation of color #21E1CC: hue angle of 173.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E1CC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 204 -
CMYK 0.85 0 0.09 0.12
HSL 173.44º 0.76% 0.51% -
HSV(B) 173.44º 0.85% 0.88% -
XYZ 38.45 58.53 66.4 -
YUV 165.2 149.89 33.71 -
System Red Green Blue C M Y K H S L
Decimal 33 225 204 0.85 0 0.09 0.12 173.44 0.76 0.51
Hex 21 E1 CC 55 0 9 C AD 4C 33
Octal 41 341 314 125 0 11 14 255 114 63
Binary 100001 11100001 11001100 1010101 0 1001 1100 10101101 1001100 110011

Color Harmonies of #21E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E1CC

Black with #21E1CC

Text Example


Text Example

White with #21E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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