Html Css Color HEX #21E9BD Turquoise

📋 copy color: '#21E9BD'

red 33 ◦ green 233 ◦ blue 189

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

Shades of Turquoise #21E9BD

Tints of Turquoise #21E9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.21%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 7.25%
G = 51.21%
B = 41.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#21E9BD (or 0x21E9BD) is known color: Turquoise. HEX triplet: 21, E9 and BD. RGB value is (33,233,189). Sum of RGB (Red+Green+Blue) = 33+233+189=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9BD is #DE1642. Grayscale: #A8A8A8. Windows color (decimal): -14554691 or 12445985. OLE color: 12445985.

HSL color Cylindrical-coordinate representation of color #21E9BD: hue angle of 166.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9BD is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 189 -
CMYK 0.86 0 0.19 0.09
HSL 166.8º 0.82% 0.52% -
HSV(B) 166.8º 0.86% 0.91% -
XYZ 38.95 62.28 58.11 -
YUV 168.18 139.74 31.58 -
System Red Green Blue C M Y K H S L
Decimal 33 233 189 0.86 0 0.19 0.09 166.8 0.82 0.52
Hex 21 E9 BD 56 0 13 9 A7 52 34
Octal 41 351 275 126 0 23 11 247 122 64
Binary 100001 11101001 10111101 1010110 0 10011 1001 10100111 1010010 110100

Color Harmonies of #21E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9BD

Black with #21E9BD

Text Example


Text Example

White with #21E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,233,189); }

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

background-color css

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

 a { background-color: rgb(33,233,189); }

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

border-color css

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

 span { border-color: rgb(33,233,189); }

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