#7FE8EC

Color #7FE8EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7FE8EC

Tints of Turquoise Blue #7FE8EC

Color information

#7FE8EC (or 0x7FE8EC) is unknown color: approx Turquoise Blue. HEX triplet: 7F, E8 and EC. RGB value is (127,232,236). Sum of RGB (Red+Green+Blue) = 127+232+236=595 (78% of max value = 765). Red value is 127 (50% from 255 or 21.34% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FE8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8EC is #801713. Grayscale: #C8C8C8. Windows color (decimal): -8394516 or 15526015. OLE color: 15526015.

HSL color Cylindrical-coordinate representation of color #7FE8EC: hue angle of 182.2º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FE8EC is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127232236-
CMYK0.460.0200.07
HSL182.2º74.15%71.18%-
HSV(B)182.2º46.19%92.55%-
XYZ52.7568.2889.76-
YUV201.06147.7175.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.34%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=21.34%
G=38.99%
B=39.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272322360.460.0200.07182.274.1571.18
Hex7FE8EC2E207b64a47
Octal17735035456207266112107
Binary111111111101000111011001011101001111011011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FE8EC; }

 p { color: rgb(127,232,236); }

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

<style>
 a { background-color: #7FE8EC; }

 a { background-color: rgb(127,232,236); }

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

<style>
 span { border-color: #7FE8EC; }

 span { border-color: rgb(127,232,236); }

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