Html Css Color HEX #21DBDB Bright Turquoise

📋 copy color: '#21DBDB'

red 33 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #21DBDB

Tints of Bright Turquoise #21DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

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

R = 7.01%
G = 46.5%
B = 46.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21DBDB (or 0x21DBDB) is known color: Bright Turquoise. HEX triplet: 21, DB and DB. RGB value is (33,219,219). Sum of RGB (Red+Green+Blue) = 33+219+219=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #21DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBDB is #DE2424. Grayscale: #A3A3A3. Windows color (decimal): -14558245 or 14408481. OLE color: 14408481.

HSL color Cylindrical-coordinate representation of color #21DBDB: hue angle of 180º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DBDB is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 219 219 -
CMYK 0.85 0 0 0.14
HSL 180º 0.74% 0.49% -
HSV(B) 180º 0.85% 0.86% -
XYZ 38.74 56.1 75.8 -
YUV 163.39 159.38 35 -
System Red Green Blue C M Y K H S L
Decimal 33 219 219 0.85 0 0 0.14 180 0.74 0.49
Hex 21 DB DB 55 0 0 E B4 4A 31
Octal 41 333 333 125 0 0 16 264 112 61
Binary 100001 11011011 11011011 1010101 0 0 1110 10110100 1001010 110001

Color Harmonies of #21DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DBDB

Black with #21DBDB

Text Example


Text Example

White with #21DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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