#95F7EB

Color #95F7EB Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #95F7EB

Tints of Pale Turquoise #95F7EB

Color information

#95F7EB (or 0x95F7EB) is unknown color: approx Pale Turquoise. HEX triplet: 95, F7 and EB. RGB value is (149,247,235). Sum of RGB (Red+Green+Blue) = 149+247+235=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F7EB is #6A0814. Grayscale: #D8D8D8. Windows color (decimal): -6948885 or 15464341. OLE color: 15464341.

HSL color Cylindrical-coordinate representation of color #95F7EB: hue angle of 172.65º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7EB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB149247235-
CMYK0.4000.050.03
HSL172.65º85.96%77.65%-
HSV(B)172.65º39.68%96.86%-
XYZ60.6578.9190.63-
YUV216.33138.5379.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.61%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=23.61%
G=39.14%
B=37.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492472350.4000.050.03172.6585.9677.65
Hex95F7EB28053ad564e
Octal22536735350053255126116
Binary1001010111110111111010111010000101111010110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F7EB; }

 p { color: rgb(149,247,235); }

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

<style>
 a { background-color: #95F7EB; }

 a { background-color: rgb(149,247,235); }

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

<style>
 span { border-color: #95F7EB; }

 span { border-color: rgb(149,247,235); }

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