Html Css Color HEX #21E0BC Turquoise

📋 copy color: '#21E0BC'

red 33 ◦ green 224 ◦ blue 188

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

Shades of Turquoise #21E0BC

Tints of Turquoise #21E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.34%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 7.42%
G = 50.34%
B = 42.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#21E0BC (or 0x21E0BC) is known color: Turquoise. HEX triplet: 21, E0 and BC. RGB value is (33,224,188). Sum of RGB (Red+Green+Blue) = 33+224+188=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #21E0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E0BC is #DE1F43. Grayscale: #A2A2A2. Windows color (decimal): -14556996 or 12378145. OLE color: 12378145.

HSL color Cylindrical-coordinate representation of color #21E0BC: hue angle of 168.69º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E0BC is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 224 188 -
CMYK 0.85 0 0.16 0.12
HSL 168.69º 0.75% 0.5% -
HSV(B) 168.69º 0.85% 0.88% -
XYZ 36.36 57.27 56.71 -
YUV 162.79 142.22 35.43 -
System Red Green Blue C M Y K H S L
Decimal 33 224 188 0.85 0 0.16 0.12 168.69 0.75 0.5
Hex 21 E0 BC 55 0 10 C A9 4B 32
Octal 41 340 274 125 0 20 14 251 113 62
Binary 100001 11100000 10111100 1010101 0 10000 1100 10101001 1001011 110010

Color Harmonies of #21E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E0BC

Black with #21E0BC

Text Example


Text Example

White with #21E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,224,188); }

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

background-color css

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

 a { background-color: rgb(33,224,188); }

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

border-color css

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

 span { border-color: rgb(33,224,188); }

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