#99F5EC

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

Shades of Pale Turquoise #99F5EC

Tints of Pale Turquoise #99F5EC

Color information

#99F5EC (or 0x99F5EC) is unknown color: approx Pale Turquoise. HEX triplet: 99, F5 and EC. RGB value is (153,245,236). Sum of RGB (Red+Green+Blue) = 153+245+236=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F5EC is #660A13. Grayscale: #D8D8D8. Windows color (decimal): -6687252 or 15529369. OLE color: 15529369.

HSL color Cylindrical-coordinate representation of color #99F5EC: hue angle of 174.13º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F5EC is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB153245236-
CMYK0.3800.040.04
HSL174.13º82.14%78.04%-
HSV(B)174.13º37.55%96.08%-
XYZ60.9378.1391.23-
YUV216.47139.0282.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.13%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=24.13%
G=38.64%
B=37.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532452360.3800.040.04174.1382.1478.04
Hex99F5EC26044ae524e
Octal23136535446044256122116
Binary10011001111101011110110010011001001001010111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F5EC; }

 p { color: rgb(153,245,236); }

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

<style>
 a { background-color: #99F5EC; }

 a { background-color: rgb(153,245,236); }

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

<style>
 span { border-color: #99F5EC; }

 span { border-color: rgb(153,245,236); }

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