#95F9EB

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

Shades of Pale Turquoise #95F9EB

Tints of Pale Turquoise #95F9EB

Color information

#95F9EB (or 0x95F9EB) is unknown color: approx Pale Turquoise. HEX triplet: 95, F9 and EB. RGB value is (149,249,235). Sum of RGB (Red+Green+Blue) = 149+249+235=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9EB is #6A0614. Grayscale: #D9D9D9. Windows color (decimal): -6948373 or 15464853. OLE color: 15464853.

HSL color Cylindrical-coordinate representation of color #95F9EB: hue angle of 171.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9EB is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB149249235-
CMYK0.4000.060.02
HSL171.6º89.29%78.04%-
HSV(B)171.6º40.16%97.65%-
XYZ61.2780.1490.84-
YUV217.5137.8779.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.54%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=23.54%
G=39.34%
B=37.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492350.4000.060.02171.689.2978.04
Hex95F9EB28062ac594e
Octal22537135350062254131116
Binary1001010111111001111010111010000110101010110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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