#99FBF8

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

Shades of Pale Turquoise #99FBF8

Tints of Pale Turquoise #99FBF8

Color information

#99FBF8 (or 0x99FBF8) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and F8. RGB value is (153,251,248). Sum of RGB (Red+Green+Blue) = 153+251+248=652 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.47% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBF8 is #660407. Grayscale: #DDDDDD. Windows color (decimal): -6685704 or 16317337. OLE color: 16317337.

HSL color Cylindrical-coordinate representation of color #99FBF8: hue angle of 178.16º degrees, saturation: 0.92, 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 #99FBF8 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB153251248-
CMYK0.3900.010.02
HSL178.16º92.45%79.22%-
HSV(B)178.16º39.04%98.43%-
XYZ64.5882.54101.34-
YUV221.36143.0379.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.47%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 248 (97.27% from 255) = 38.04%
R=23.47%
G=38.50%
B=38.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532512480.3900.010.02178.1692.4579.22
Hex99FBF827012b25c4f
Octal23137337047012262134117
Binary10011001111110111111100010011101101011001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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