Html Css Color HEX #21EFC7 Turquoise

📋 copy color: '#21EFC7'

red 33 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #21EFC7

Tints of Turquoise #21EFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

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

R = 7.01%
G = 50.74%
B = 42.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#21EFC7 (or 0x21EFC7) is known color: Turquoise. HEX triplet: 21, EF and C7. RGB value is (33,239,199). Sum of RGB (Red+Green+Blue) = 33+239+199=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFC7 is #DE1038. Grayscale: #ACACAC. Windows color (decimal): -14553145 or 13102881. OLE color: 13102881.

HSL color Cylindrical-coordinate representation of color #21EFC7: hue angle of 168.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFC7 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 239 199 -
CMYK 0.86 0 0.17 0.06
HSL 168.35º 0.87% 0.53% -
HSV(B) 168.35º 0.86% 0.94% -
XYZ 41.8 66.18 64.6 -
YUV 172.85 142.75 28.25 -
System Red Green Blue C M Y K H S L
Decimal 33 239 199 0.86 0 0.17 0.06 168.35 0.87 0.53
Hex 21 EF C7 56 0 11 6 A8 57 35
Octal 41 357 307 126 0 21 6 250 127 65
Binary 100001 11101111 11000111 1010110 0 10001 110 10101000 1010111 110101

Color Harmonies of #21EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFC7

Black with #21EFC7

Text Example


Text Example

White with #21EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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