#20FBEE

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

Shades of Bright Turquoise #20FBEE

Tints of Bright Turquoise #20FBEE

Color information

#20FBEE (or 0x20FBEE) is unknown color: approx Bright Turquoise. HEX triplet: 20, FB and EE. RGB value is (32,251,238). Sum of RGB (Red+Green+Blue) = 32+251+238=521 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.14% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FBEE is #DF0411. Grayscale: #B7B7B7. Windows color (decimal): -14615570 or 15661856. OLE color: 15661856.

HSL color Cylindrical-coordinate representation of color #20FBEE: hue angle of 176.44º 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 #20FBEE is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB32251238-
CMYK0.8700.050.02
HSL176.44º96.48%55.49%-
HSV(B)176.44º87.25%98.43%-
XYZ50.5375.4792.79-
YUV184.04158.4519.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.14%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=6.14%
G=48.18%
B=45.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal322512380.8700.050.02176.4496.4855.49
Hex20FBEE57052b06037
Octal4037335612705226014067
Binary10000011111011111011101010111010110101100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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