Html Css Color HEX #21E6DB Bright Turquoise

📋 copy color: '#21E6DB'

red 33 ◦ green 230 ◦ blue 219

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

Shades of Bright Turquoise #21E6DB

Tints of Bright Turquoise #21E6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.72%

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

R = 6.85%
G = 47.72%
B = 45.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#21E6DB (or 0x21E6DB) is known color: Bright Turquoise. HEX triplet: 21, E6 and DB. RGB value is (33,230,219). Sum of RGB (Red+Green+Blue) = 33+230+219=482 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.85% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6DB is #DE1924. Grayscale: #A9A9A9. Windows color (decimal): -14555429 or 14411297. OLE color: 14411297.

HSL color Cylindrical-coordinate representation of color #21E6DB: hue angle of 176.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E6DB is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 230 219 -
CMYK 0.86 0 0.05 0.10
HSL 176.65º 0.8% 0.52% -
HSV(B) 176.65º 0.86% 0.9% -
XYZ 41.71 62.03 76.79 -
YUV 169.84 155.73 30.39 -
System Red Green Blue C M Y K H S L
Decimal 33 230 219 0.86 0 0.05 0.10 176.65 0.8 0.52
Hex 21 E6 DB 56 0 5 A B1 50 34
Octal 41 346 333 126 0 5 12 261 120 64
Binary 100001 11100110 11011011 1010110 0 101 1010 10110001 1010000 110100

Color Harmonies of #21E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E6DB

Black with #21E6DB

Text Example


Text Example

White with #21E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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