Html Css Color HEX #21EFB9 Turquoise

📋 copy color: '#21EFB9'

red 33 ◦ green 239 ◦ blue 185

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

Shades of Turquoise #21EFB9

Tints of Turquoise #21EFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 7.22%
G = 52.3%
B = 40.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#21EFB9 (or 0x21EFB9) is known color: Turquoise. HEX triplet: 21, EF and B9. RGB value is (33,239,185). Sum of RGB (Red+Green+Blue) = 33+239+185=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFB9 is #DE1046. Grayscale: #ABABAB. Windows color (decimal): -14553159 or 12185377. OLE color: 12185377.

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

Color convert

RGB 33 239 185 -
CMYK 0.86 0 0.23 0.06
HSL 164.27º 0.87% 0.53% -
HSV(B) 164.27º 0.86% 0.94% -
XYZ 40.25 65.56 56.43 -
YUV 171.25 135.75 29.39 -
System Red Green Blue C M Y K H S L
Decimal 33 239 185 0.86 0 0.23 0.06 164.27 0.87 0.53
Hex 21 EF B9 56 0 17 6 A4 57 35
Octal 41 357 271 126 0 27 6 244 127 65
Binary 100001 11101111 10111001 1010110 0 10111 110 10100100 1010111 110101

Color Harmonies of #21EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFB9

Black with #21EFB9

Text Example


Text Example

White with #21EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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