#95F8F2

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

Shades of Pale Turquoise #95F8F2

Tints of Pale Turquoise #95F8F2

Color information

#95F8F2 (or 0x95F8F2) is unknown color: approx Pale Turquoise. HEX triplet: 95, F8 and F2. RGB value is (149,248,242). Sum of RGB (Red+Green+Blue) = 149+248+242=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F8F2 is #6A070D. Grayscale: #D9D9D9. Windows color (decimal): -6948622 or 15923349. OLE color: 15923349.

HSL color Cylindrical-coordinate representation of color #95F8F2: hue angle of 176.36º degrees, saturation: 0.88, 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 #95F8F2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB149248242-
CMYK0.4000.020.03
HSL176.36º87.61%77.84%-
HSV(B)176.36º39.92%97.25%-
XYZ61.9979.9496.17-
YUV217.71141.778.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.32%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=23.32%
G=38.81%
B=37.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492482420.4000.020.03176.3687.6177.84
Hex95F8F228023b0584e
Octal22537036250023260130116
Binary100101011111100011110010101000010111011000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,242); }

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

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

 a { background-color: rgb(149,248,242); }

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

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

 span { border-color: rgb(149,248,242); }

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