#99F0E4

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

Shades of Pale Turquoise #99F0E4

Tints of Pale Turquoise #99F0E4

Color information

#99F0E4 (or 0x99F0E4) is unknown color: approx Pale Turquoise. HEX triplet: 99, F0 and E4. RGB value is (153,240,228). Sum of RGB (Red+Green+Blue) = 153+240+228=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0E4 is #660F1B. Grayscale: #D4D4D4. Windows color (decimal): -6688540 or 15003801. OLE color: 15003801.

HSL color Cylindrical-coordinate representation of color #99F0E4: hue angle of 171.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0E4 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB153240228-
CMYK0.3600.050.06
HSL171.72º74.36%77.06%-
HSV(B)171.72º36.25%94.12%-
XYZ58.374.6984.74-
YUV212.62136.6885.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 240 (94.14% from 255) = 38.65%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=24.64%
G=38.65%
B=36.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532402280.3600.050.06171.7274.3677.06
Hex99F0E424056ac4a4d
Octal23136034444056254112115
Binary10011001111100001110010010010001011101010110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,240,228); }

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

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

 a { background-color: rgb(153,240,228); }

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

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

 span { border-color: rgb(153,240,228); }

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