#95F3EA

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

Shades of Pale Turquoise #95F3EA

Tints of Pale Turquoise #95F3EA

Color information

#95F3EA (or 0x95F3EA) is unknown color: approx Pale Turquoise. HEX triplet: 95, F3 and EA. RGB value is (149,243,234). Sum of RGB (Red+Green+Blue) = 149+243+234=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F3EA is #6A0C15. Grayscale: #D5D5D5. Windows color (decimal): -6949910 or 15397781. OLE color: 15397781.

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

Color convert

RGB149243234-
CMYK0.3900.040.05
HSL174.26º79.66%76.86%-
HSV(B)174.26º38.68%95.29%-
XYZ59.376.4389.47-
YUV213.87139.3681.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.80%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=23.80%
G=38.82%
B=37.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492432340.3900.040.05174.2679.6676.86
Hex95F3EA27045ae504d
Octal22536335247045256120115
Binary10010101111100111110101010011101001011010111010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,234); }

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

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

 a { background-color: rgb(149,243,234); }

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

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

 span { border-color: rgb(149,243,234); }

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