Html Css Color HEX #20FBDB Bright Turquoise

📋 copy color: '#20FBDB'

red 32 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #20FBDB

Tints of Bright Turquoise #20FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 6.37%
G = 50%
B = 43.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#20FBDB (or 0x20FBDB) is known color: Bright Turquoise. HEX triplet: 20, FB and DB. RGB value is (32,251,219). Sum of RGB (Red+Green+Blue) = 32+251+219=502 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.37% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBDB is #DF0424. Grayscale: #B5B5B5. Windows color (decimal): -14615589 or 14416672. OLE color: 14416672.

HSL color Cylindrical-coordinate representation of color #20FBDB: hue angle of 171.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FBDB is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 251 219 -
CMYK 0.87 0 0.13 0.02
HSL 171.23º 0.96% 0.55% -
HSV(B) 171.23º 0.87% 0.98% -
XYZ 47.88 74.42 78.86 -
YUV 181.87 148.95 21.1 -
System Red Green Blue C M Y K H S L
Decimal 32 251 219 0.87 0 0.13 0.02 171.23 0.96 0.55
Hex 20 FB DB 57 0 D 2 AB 60 37
Octal 40 373 333 127 0 15 2 253 140 67
Binary 100000 11111011 11011011 1010111 0 1101 10 10101011 1100000 110111

Color Harmonies of #20FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FBDB

Black with #20FBDB

Text Example


Text Example

White with #20FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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