#95F1E6

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

Shades of Pale Turquoise #95F1E6

Tints of Pale Turquoise #95F1E6

Color information

#95F1E6 (or 0x95F1E6) is unknown color: approx Pale Turquoise. HEX triplet: 95, F1 and E6. RGB value is (149,241,230). Sum of RGB (Red+Green+Blue) = 149+241+230=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1E6 is #6A0E19. Grayscale: #D4D4D4. Windows color (decimal): -6950426 or 15135125. OLE color: 15135125.

HSL color Cylindrical-coordinate representation of color #95F1E6: hue angle of 172.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1E6 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB149241230-
CMYK0.3800.050.05
HSL172.83º76.67%76.47%-
HSV(B)172.83º38.17%94.51%-
XYZ58.1375.0186.28-
YUV212.24138.0282.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=24.03%
G=38.87%
B=37.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492412300.3800.050.05172.8376.6776.47
Hex95F1E626055ad4d4c
Octal22536134646055255115114
Binary10010101111100011110011010011001011011010110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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