#99FBF4

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

Shades of Pale Turquoise #99FBF4

Tints of Pale Turquoise #99FBF4

Color information

#99FBF4 (or 0x99FBF4) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and F4. RGB value is (153,251,244). Sum of RGB (Red+Green+Blue) = 153+251+244=648 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.61% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBF4 is #66040B. Grayscale: #DCDCDC. Windows color (decimal): -6685708 or 16055193. OLE color: 16055193.

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

Color convert

RGB153251244-
CMYK0.3900.030.02
HSL175.71º92.45%79.22%-
HSV(B)175.71º39.04%98.43%-
XYZ63.9682.398.1-
YUV220.9141.0379.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.61%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 244 (95.70% from 255) = 37.65%
R=23.61%
G=38.73%
B=37.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532512440.3900.030.02175.7192.4579.22
Hex99FBF427032b05c4f
Octal23137336447032260134117
Binary100110011111101111110100100111011101011000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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