#99FBEA

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

Shades of Pale Turquoise #99FBEA

Tints of Pale Turquoise #99FBEA

Color information

#99FBEA (or 0x99FBEA) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and EA. RGB value is (153,251,234). Sum of RGB (Red+Green+Blue) = 153+251+234=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBEA is #660415. Grayscale: #DBDBDB. Windows color (decimal): -6685718 or 15399833. OLE color: 15399833.

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

Color convert

RGB153251234-
CMYK0.3900.070.02
HSL169.59º92.45%79.22%-
HSV(B)169.59º39.04%98.43%-
XYZ62.4981.7190.32-
YUV219.76136.0380.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.98%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=23.98%
G=39.34%
B=36.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532512340.3900.070.02169.5992.4579.22
Hex99FBEA27072aa5c4f
Octal23137335247072252134117
Binary1001100111111011111010101001110111101010101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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