#95FAF0

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

Shades of Pale Turquoise #95FAF0

Tints of Pale Turquoise #95FAF0

Color information

#95FAF0 (or 0x95FAF0) is unknown color: approx Pale Turquoise. HEX triplet: 95, FA and F0. RGB value is (149,250,240). Sum of RGB (Red+Green+Blue) = 149+250+240=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF0 is #6A050F. Grayscale: #DADADA. Windows color (decimal): -6948112 or 15792789. OLE color: 15792789.

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

Color convert

RGB149250240-
CMYK0.4000.040.02
HSL174.06º90.99%78.24%-
HSV(B)174.06º40.4%98.04%-
XYZ62.3181.0594.8-
YUV218.66140.0478.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.32%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=23.32%
G=39.12%
B=37.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502400.4000.040.02174.0690.9978.24
Hex95FAF028042ae5b4e
Octal22537236050042256133116
Binary1001010111111010111100001010000100101010111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,250,240); }

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

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

 a { background-color: rgb(149,250,240); }

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

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

 span { border-color: rgb(149,250,240); }

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