#99FBEC

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

Shades of Pale Turquoise #99FBEC

Tints of Pale Turquoise #99FBEC

Color information

#99FBEC (or 0x99FBEC) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and EC. RGB value is (153,251,236). Sum of RGB (Red+Green+Blue) = 153+251+236=640 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.91% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBEC is #660413. Grayscale: #DBDBDB. Windows color (decimal): -6685716 or 15530905. OLE color: 15530905.

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

Color convert

RGB153251236-
CMYK0.3900.060.02
HSL170.82º92.45%79.22%-
HSV(B)170.82º39.04%98.43%-
XYZ62.7781.8291.84-
YUV219.99137.0380.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.91%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=23.91%
G=39.22%
B=36.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532512360.3900.060.02170.8292.4579.22
Hex99FBEC27062ab5c4f
Octal23137335447062253134117
Binary1001100111111011111011001001110110101010101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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