#20D4F0

Color #20D4F0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #20D4F0

Tints of Bright Turquoise #20D4F0

Color information

#20D4F0 (or 0x20D4F0) is unknown color: approx Bright Turquoise. HEX triplet: 20, D4 and F0. RGB value is (32,212,240). Sum of RGB (Red+Green+Blue) = 32+212+240=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #20D4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D4F0 is #DF2B0F. Grayscale: #A1A1A1. Windows color (decimal): -14625552 or 15782944. OLE color: 15782944.

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

Color convert

RGB32212240-
CMYK0.870.1200.06
HSL188.08º87.39%53.33%-
HSV(B)188.08º86.67%94.12%-
XYZ39.8753.6990.7-
YUV161.37172.3735.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.61%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=6.61%
G=43.80%
B=49.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322122400.870.1200.06188.0887.3953.33
Hex20D4F057C06bc5735
Octal40324360127140627412765
Binary1000001101010011110000101011111000110101111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,212,240); }

 H1.HeaderClassName
 {
   color: #20D4F0;
 }
 .AnyTagClassName
 {
   color: #20D4F0;
 }
</style>
background-color css

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

 a { background-color: rgb(32,212,240); }

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

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

 span { border-color: rgb(32,212,240); }

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