Html Css Color HEX #21E1D6 Bright Turquoise

📋 copy color: '#21E1D6'

red 33 ◦ green 225 ◦ blue 214

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

Shades of Bright Turquoise #21E1D6

Tints of Bright Turquoise #21E1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 6.99%
G = 47.67%
B = 45.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#21E1D6 (or 0x21E1D6) is known color: Bright Turquoise. HEX triplet: 21, E1 and D6. RGB value is (33,225,214). Sum of RGB (Red+Green+Blue) = 33+225+214=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #21E1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E1D6 is #DE1E29. Grayscale: #A6A6A6. Windows color (decimal): -14556714 or 14082337. OLE color: 14082337.

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

Color convert

RGB 33 225 214 -
CMYK 0.85 0 0.05 0.12
HSL 176.56º 0.76% 0.51% -
HSV(B) 176.56º 0.85% 0.88% -
XYZ 39.69 59.03 72.92 -
YUV 166.34 154.89 32.89 -
System Red Green Blue C M Y K H S L
Decimal 33 225 214 0.85 0 0.05 0.12 176.56 0.76 0.51
Hex 21 E1 D6 55 0 5 C B1 4C 33
Octal 41 341 326 125 0 5 14 261 114 63
Binary 100001 11100001 11010110 1010101 0 101 1100 10110001 1001100 110011

Color Harmonies of #21E1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E1D6

Black with #21E1D6

Text Example


Text Example

White with #21E1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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