#95FAF1

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

Shades of Pale Turquoise #95FAF1

Tints of Pale Turquoise #95FAF1

Color information

#95FAF1 (or 0x95FAF1) is unknown color: approx Pale Turquoise. HEX triplet: 95, FA and F1. RGB value is (149,250,241). Sum of RGB (Red+Green+Blue) = 149+250+241=640 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.28% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF1 is #6A050E. Grayscale: #DADADA. Windows color (decimal): -6948111 or 15858325. OLE color: 15858325.

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

Color convert

RGB149250241-
CMYK0.4000.040.02
HSL174.65º90.99%78.24%-
HSV(B)174.65º40.4%98.04%-
XYZ62.4681.1195.58-
YUV218.77140.5478.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.28%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=23.28%
G=39.06%
B=37.66%

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
Decimal1492502410.4000.040.02174.6590.9978.24
Hex95FAF128042af5b4e
Octal22537236150042257133116
Binary1001010111111010111100011010000100101010111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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