#99FFEE

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

Shades of Pale Turquoise #99FFEE

Tints of Pale Turquoise #99FFEE

Color information

#99FFEE (or 0x99FFEE) is unknown color: approx Pale Turquoise. HEX triplet: 99, FF and EE. RGB value is (153,255,238). Sum of RGB (Red+Green+Blue) = 153+255+238=646 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.68% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFEE is #660011. Grayscale: #DEDEDE. Windows color (decimal): -6684690 or 15663001. OLE color: 15663001.

HSL color Cylindrical-coordinate representation of color #99FFEE: hue angle of 170º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFEE is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB153255238-
CMYK0.400.070
HSL170º100%80%-
HSV(B)170º40%100%-
XYZ64.3384.4793.8-
YUV222.56136.7178.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.68%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=23.68%
G=39.47%
B=36.84%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532552380.400.07017010080
Hex99FFEE28070aa6450
Octal23137735650070252144120
Binary100110011111111111101110101000011101010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,255,238); }

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

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

 a { background-color: rgb(153,255,238); }

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

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

 span { border-color: rgb(153,255,238); }

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