#95F6EA

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

Shades of Pale Turquoise #95F6EA

Tints of Pale Turquoise #95F6EA

Color information

#95F6EA (or 0x95F6EA) is unknown color: approx Pale Turquoise. HEX triplet: 95, F6 and EA. RGB value is (149,246,234). Sum of RGB (Red+Green+Blue) = 149+246+234=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F6EA is #6A0915. Grayscale: #D7D7D7. Windows color (decimal): -6949142 or 15398549. OLE color: 15398549.

HSL color Cylindrical-coordinate representation of color #95F6EA: hue angle of 172.58º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F6EA is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB149246234-
CMYK0.3900.050.04
HSL172.58º84.35%77.45%-
HSV(B)172.58º39.43%96.47%-
XYZ60.278.2489.77-
YUV215.63138.3680.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.69%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=23.69%
G=39.11%
B=37.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492462340.3900.050.04172.5884.3577.45
Hex95F6EA27054ad544d
Octal22536635247054255124115
Binary10010101111101101110101010011101011001010110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,246,234); }

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

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

 a { background-color: rgb(149,246,234); }

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

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

 span { border-color: rgb(149,246,234); }

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