Html Css Color HEX #21E9DB Bright Turquoise

📋 copy color: '#21E9DB'

red 33 ◦ green 233 ◦ blue 219

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

Shades of Bright Turquoise #21E9DB

Tints of Bright Turquoise #21E9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 6.8%
G = 48.04%
B = 45.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#21E9DB (or 0x21E9DB) is known color: Bright Turquoise. HEX triplet: 21, E9 and DB. RGB value is (33,233,219). Sum of RGB (Red+Green+Blue) = 33+233+219=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9DB is #DE1624. Grayscale: #ABABAB. Windows color (decimal): -14554661 or 14412065. OLE color: 14412065.

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

Color convert

RGB 33 233 219 -
CMYK 0.86 0 0.06 0.09
HSL 175.8º 0.82% 0.52% -
HSV(B) 175.8º 0.86% 0.91% -
XYZ 42.55 63.72 77.07 -
YUV 171.6 154.74 29.14 -
System Red Green Blue C M Y K H S L
Decimal 33 233 219 0.86 0 0.06 0.09 175.8 0.82 0.52
Hex 21 E9 DB 56 0 6 9 B0 52 34
Octal 41 351 333 126 0 6 11 260 122 64
Binary 100001 11101001 11011011 1010110 0 110 1001 10110000 1010010 110100

Color Harmonies of #21E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9DB

Black with #21E9DB

Text Example


Text Example

White with #21E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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