#99FFED

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

Shades of Pale Turquoise #99FFED

Tints of Pale Turquoise #99FFED

Color information

#99FFED (or 0x99FFED) is unknown color: approx Pale Turquoise. HEX triplet: 99, FF and ED. RGB value is (153,255,237). Sum of RGB (Red+Green+Blue) = 153+255+237=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFED is #660012. Grayscale: #DEDEDE. Windows color (decimal): -6684691 or 15597465. OLE color: 15597465.

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

Color convert

RGB153255237-
CMYK0.400.070
HSL169.41º100%80%-
HSV(B)169.41º40%100%-
XYZ64.1884.4193.03-
YUV222.45136.2178.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.72%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=23.72%
G=39.53%
B=36.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532552370.400.070169.4110080
Hex99FFED28070a96450
Octal23137735550070251144120
Binary100110011111111111101101101000011101010100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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