Html Css Color HEX #20F8DB Bright Turquoise

📋 copy color: '#20F8DB'

red 32 ◦ green 248 ◦ blue 219

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

Shades of Bright Turquoise #20F8DB

Tints of Bright Turquoise #20F8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 6.41%
G = 49.7%
B = 43.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#20F8DB (or 0x20F8DB) is known color: Bright Turquoise. HEX triplet: 20, F8 and DB. RGB value is (32,248,219). Sum of RGB (Red+Green+Blue) = 32+248+219=499 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.41% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #20F8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F8DB is #DF0724. Grayscale: #B4B4B4. Windows color (decimal): -14616357 or 14415904. OLE color: 14415904.

HSL color Cylindrical-coordinate representation of color #20F8DB: hue angle of 171.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F8DB is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 248 219 -
CMYK 0.87 0 0.12 0.03
HSL 171.94º 0.94% 0.55% -
HSV(B) 171.94º 0.87% 0.97% -
XYZ 46.95 72.56 78.55 -
YUV 180.11 149.94 22.36 -
System Red Green Blue C M Y K H S L
Decimal 32 248 219 0.87 0 0.12 0.03 171.94 0.94 0.55
Hex 20 F8 DB 57 0 C 3 AC 5E 37
Octal 40 370 333 127 0 14 3 254 136 67
Binary 100000 11111000 11011011 1010111 0 1100 11 10101100 1011110 110111

Color Harmonies of #20F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F8DB

Black with #20F8DB

Text Example


Text Example

White with #20F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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