Html Css Color HEX #21EFC0 Turquoise

📋 copy color: '#21EFC0'

red 33 ◦ green 239 ◦ blue 192

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

Shades of Turquoise #21EFC0

Tints of Turquoise #21EFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 7.11%
G = 51.51%
B = 41.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#21EFC0 (or 0x21EFC0) is known color: Turquoise. HEX triplet: 21, EF and C0. RGB value is (33,239,192). Sum of RGB (Red+Green+Blue) = 33+239+192=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFC0 is #DE103F. Grayscale: #ACACAC. Windows color (decimal): -14553152 or 12644129. OLE color: 12644129.

HSL color Cylindrical-coordinate representation of color #21EFC0: hue angle of 166.31º 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 #21EFC0 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 239 192 -
CMYK 0.86 0 0.20 0.06
HSL 166.31º 0.87% 0.53% -
HSV(B) 166.31º 0.86% 0.94% -
XYZ 41.01 65.86 60.42 -
YUV 172.05 139.25 28.82 -
System Red Green Blue C M Y K H S L
Decimal 33 239 192 0.86 0 0.20 0.06 166.31 0.87 0.53
Hex 21 EF C0 56 0 14 6 A6 57 35
Octal 41 357 300 126 0 24 6 246 127 65
Binary 100001 11101111 11000000 1010110 0 10100 110 10100110 1010111 110101

Color Harmonies of #21EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFC0

Black with #21EFC0

Text Example


Text Example

White with #21EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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