#99FBF1

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

Shades of Pale Turquoise #99FBF1

Tints of Pale Turquoise #99FBF1

Color information

#99FBF1 (or 0x99FBF1) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and F1. RGB value is (153,251,241). Sum of RGB (Red+Green+Blue) = 153+251+241=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBF1 is #66040E. Grayscale: #DCDCDC. Windows color (decimal): -6685711 or 15858585. OLE color: 15858585.

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

Color convert

RGB153251241-
CMYK0.3900.040.02
HSL173.88º92.45%79.22%-
HSV(B)173.88º39.04%98.43%-
XYZ63.5182.1295.72-
YUV220.56139.5379.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.72%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=23.72%
G=38.91%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532512410.3900.040.02173.8892.4579.22
Hex99FBF127042ae5c4f
Octal23137336147042256134117
Binary1001100111111011111100011001110100101010111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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