Html Css Color HEX #21ECC7 Turquoise

📋 copy color: '#21ECC7'

red 33 ◦ green 236 ◦ blue 199

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

Shades of Turquoise #21ECC7

Tints of Turquoise #21ECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 7.05%
G = 50.43%
B = 42.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#21ECC7 (or 0x21ECC7) is known color: Turquoise. HEX triplet: 21, EC and C7. RGB value is (33,236,199). Sum of RGB (Red+Green+Blue) = 33+236+199=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECC7 is #DE1338. Grayscale: #ABABAB. Windows color (decimal): -14553913 or 13102113. OLE color: 13102113.

HSL color Cylindrical-coordinate representation of color #21ECC7: hue angle of 169.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ECC7 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 236 199 -
CMYK 0.86 0 0.16 0.07
HSL 169.06º 0.84% 0.53% -
HSV(B) 169.06º 0.86% 0.93% -
XYZ 40.93 64.44 64.31 -
YUV 171.09 143.75 29.51 -
System Red Green Blue C M Y K H S L
Decimal 33 236 199 0.86 0 0.16 0.07 169.06 0.84 0.53
Hex 21 EC C7 56 0 10 7 A9 54 35
Octal 41 354 307 126 0 20 7 251 124 65
Binary 100001 11101100 11000111 1010110 0 10000 111 10101001 1010100 110101

Color Harmonies of #21ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ECC7

Black with #21ECC7

Text Example


Text Example

White with #21ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,236,199); }

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

background-color css

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

 a { background-color: rgb(33,236,199); }

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

border-color css

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

 span { border-color: rgb(33,236,199); }

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