#99F0E5

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

Shades of Pale Turquoise #99F0E5

Tints of Pale Turquoise #99F0E5

Color information

#99F0E5 (or 0x99F0E5) is unknown color: approx Pale Turquoise. HEX triplet: 99, F0 and E5. RGB value is (153,240,229). Sum of RGB (Red+Green+Blue) = 153+240+229=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0E5 is #660F1A. Grayscale: #D4D4D4. Windows color (decimal): -6688539 or 15069337. OLE color: 15069337.

HSL color Cylindrical-coordinate representation of color #99F0E5: hue angle of 172.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0E5 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB153240229-
CMYK0.3600.050.06
HSL172.41º74.36%77.06%-
HSV(B)172.41º36.25%94.12%-
XYZ58.4474.7585.48-
YUV212.73137.1885.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.60%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=24.60%
G=38.59%
B=36.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532402290.3600.050.06172.4174.3677.06
Hex99F0E524056ac4a4d
Octal23136034544056254112115
Binary10011001111100001110010110010001011101010110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,240,229); }

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

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

 a { background-color: rgb(153,240,229); }

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

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

 span { border-color: rgb(153,240,229); }

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