Html Css Color HEX #20FFDB Bright Turquoise

📋 copy color: '#20FFDB'

red 32 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #20FFDB

Tints of Bright Turquoise #20FFDB

RGB

 RED value IS 32 (12.89% from 255) = 6.32%

 GREEN value IS 255 (100% from 255) = 50.4%

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

R = 6.32%
G = 50.4%
B = 43.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#20FFDB (or 0x20FFDB) is known color: Bright Turquoise. HEX triplet: 20, FF and DB. RGB value is (32,255,219). Sum of RGB (Red+Green+Blue) = 32+255+219=506 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.32% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FFDB is #DF0024. Grayscale: #B8B8B8. Windows color (decimal): -14614565 or 14417696. OLE color: 14417696.

HSL color Cylindrical-coordinate representation of color #20FFDB: hue angle of 170.31º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FFDB is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 32 255 219 -
CMYK 0.87 0 0.14 0
HSL 170.31º 1% 0.56% -
HSV(B) 170.31º 0.87% 1% -
XYZ 49.14 76.94 79.28 -
YUV 184.22 147.62 19.43 -
System Red Green Blue C M Y K H S L
Decimal 32 255 219 0.87 0 0.14 0 170.31 1 0.56
Hex 20 FF DB 57 0 E 0 AA 64 38
Octal 40 377 333 127 0 16 0 252 144 70
Binary 100000 11111111 11011011 1010111 0 1110 0 10101010 1100100 111000

Color Harmonies of #20FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FFDB

Black with #20FFDB

Text Example


Text Example

White with #20FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20FFDB; }

 p { color: rgb(32,255,219); }

 H1.HeaderClassName
 {
   color: #20FFDB;
 }
 .AnyTagClassName
 {
   color: #20FFDB;
 }
</style>

background-color css

<style>
 a { background-color: #20FFDB; }

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

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

border-color css

<style>
 span { border-color: #20FFDB; }

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

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