#20EFEE

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

Shades of Bright Turquoise #20EFEE

Tints of Bright Turquoise #20EFEE

Color information

#20EFEE (or 0x20EFEE) is unknown color: approx Bright Turquoise. HEX triplet: 20, EF and EE. RGB value is (32,239,238). Sum of RGB (Red+Green+Blue) = 32+239+238=509 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.29% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EFEE is #DF1011. Grayscale: #B0B0B0. Windows color (decimal): -14618642 or 15658784. OLE color: 15658784.

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

Color convert

RGB32239238-
CMYK0.8700.000.06
HSL179.71º86.61%53.14%-
HSV(B)179.71º86.61%93.73%-
XYZ46.8968.2191.58-
YUV176.99162.4224.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.29%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=6.29%
G=46.95%
B=46.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322392380.8700.000.06179.7186.6153.14
Hex20EFEE57006b45735
Octal4035735612700626412765
Binary1000001110111111101110101011100110101101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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