#20EFCC

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

Shades of Bright Turquoise #20EFCC

Tints of Bright Turquoise #20EFCC

Color information

#20EFCC (or 0x20EFCC) is unknown color: approx Bright Turquoise. HEX triplet: 20, EF and CC. RGB value is (32,239,204). Sum of RGB (Red+Green+Blue) = 32+239+204=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFCC is #DF1033. Grayscale: #ADADAD. Windows color (decimal): -14618676 or 13430560. OLE color: 13430560.

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

Color convert

RGB32239204-
CMYK0.8700.150.06
HSL169.86º86.61%53.14%-
HSV(B)169.86º86.61%93.73%-
XYZ42.3666.467.71-
YUV173.12145.4227.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.74%
GREEN value IS 239 (93.75% from 255) = 50.32%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=6.74%
G=50.32%
B=42.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322392040.8700.150.06169.8686.6153.14
Hex20EFCC570F6aa5735
Octal40357314127017625212765
Binary1000001110111111001100101011101111110101010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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