#99F8FA

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

Shades of Pale Turquoise #99F8FA

Tints of Pale Turquoise #99F8FA

Color information

#99F8FA (or 0x99F8FA) is unknown color: approx Pale Turquoise. HEX triplet: 99, F8 and FA. RGB value is (153,248,250). Sum of RGB (Red+Green+Blue) = 153+248+250=651 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.50% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #99F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8FA is #660705. Grayscale: #DBDBDB. Windows color (decimal): -6686470 or 16447641. OLE color: 16447641.

HSL color Cylindrical-coordinate representation of color #99F8FA: hue angle of 181.24º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F8FA is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153248250-
CMYK0.390.0100.02
HSL181.24º90.65%79.02%-
HSV(B)181.24º38.8%98.04%-
XYZ63.9680.81102.67-
YUV219.82145.0380.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.50%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=23.50%
G=38.10%
B=38.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532482500.390.0100.02181.2490.6579.02
Hex99F8FA27102b55b4f
Octal23137037247102265133117
Binary10011001111110001111101010011110101011010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,248,250); }

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

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

 a { background-color: rgb(153,248,250); }

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

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

 span { border-color: rgb(153,248,250); }

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