Html Css Color HEX #21E1BB Turquoise

📋 copy color: '#21E1BB'

red 33 ◦ green 225 ◦ blue 187

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

Shades of Turquoise #21E1BB

Tints of Turquoise #21E1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 7.42%
G = 50.56%
B = 42.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#21E1BB (or 0x21E1BB) is known color: Turquoise. HEX triplet: 21, E1 and BB. RGB value is (33,225,187). Sum of RGB (Red+Green+Blue) = 33+225+187=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1BB is #DE1E44. Grayscale: #A3A3A3. Windows color (decimal): -14556741 or 12312865. OLE color: 12312865.

HSL color Cylindrical-coordinate representation of color #21E1BB: hue angle of 168.12º 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 #21E1BB is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 187 -
CMYK 0.85 0 0.17 0.12
HSL 168.13º 0.76% 0.51% -
HSV(B) 168.13º 0.85% 0.88% -
XYZ 36.52 57.76 56.24 -
YUV 163.26 141.39 35.09 -
System Red Green Blue C M Y K H S L
Decimal 33 225 187 0.85 0 0.17 0.12 168.13 0.76 0.51
Hex 21 E1 BB 55 0 11 C A8 4C 33
Octal 41 341 273 125 0 21 14 250 114 63
Binary 100001 11100001 10111011 1010101 0 10001 1100 10101000 1001100 110011

Color Harmonies of #21E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E1BB

Black with #21E1BB

Text Example


Text Example

White with #21E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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