#99FBED

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

Shades of Pale Turquoise #99FBED

Tints of Pale Turquoise #99FBED

Color information

#99FBED (or 0x99FBED) is unknown color: approx Pale Turquoise. HEX triplet: 99, FB and ED. RGB value is (153,251,237). Sum of RGB (Red+Green+Blue) = 153+251+237=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBED is #660412. Grayscale: #DCDCDC. Windows color (decimal): -6685715 or 15596441. OLE color: 15596441.

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

Color convert

RGB153251237-
CMYK0.3900.060.02
HSL171.43º92.45%79.22%-
HSV(B)171.43º39.04%98.43%-
XYZ62.9281.8892.61-
YUV220.1137.5380.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.87%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=23.87%
G=39.16%
B=36.97%

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
Decimal1532512370.3900.060.02171.4392.4579.22
Hex99FBED27062ab5c4f
Octal23137335547062253134117
Binary1001100111111011111011011001110110101010101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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