Html Css Color HEX #21DFDB Bright Turquoise

📋 copy color: '#21DFDB'

red 33 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #21DFDB

Tints of Bright Turquoise #21DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

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

R = 6.95%
G = 46.95%
B = 46.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#21DFDB (or 0x21DFDB) is known color: Bright Turquoise. HEX triplet: 21, DF and DB. RGB value is (33,223,219). Sum of RGB (Red+Green+Blue) = 33+223+219=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFDB is #DE2024. Grayscale: #A5A5A5. Windows color (decimal): -14557221 or 14409505. OLE color: 14409505.

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

Color convert

RGB 33 223 219 -
CMYK 0.85 0 0.02 0.13
HSL 178.74º 0.75% 0.5% -
HSV(B) 178.74º 0.85% 0.87% -
XYZ 39.8 58.21 76.16 -
YUV 165.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 33 223 219 0.85 0 0.02 0.13 178.74 0.75 0.5
Hex 21 DF DB 55 0 2 D B3 4B 32
Octal 41 337 333 125 0 2 15 263 113 62
Binary 100001 11011111 11011011 1010101 0 10 1101 10110011 1001011 110010

Color Harmonies of #21DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DFDB

Black with #21DFDB

Text Example


Text Example

White with #21DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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