#99F3EB

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

Shades of Pale Turquoise #99F3EB

Tints of Pale Turquoise #99F3EB

Color information

#99F3EB (or 0x99F3EB) is unknown color: approx Pale Turquoise. HEX triplet: 99, F3 and EB. RGB value is (153,243,235). Sum of RGB (Red+Green+Blue) = 153+243+235=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #99F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F3EB is #660C14. Grayscale: #D7D7D7. Windows color (decimal): -6687765 or 15463321. OLE color: 15463321.

HSL color Cylindrical-coordinate representation of color #99F3EB: hue angle of 174.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F3EB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB153243235-
CMYK0.3700.030.05
HSL174.67º78.95%77.65%-
HSV(B)174.67º37.04%95.29%-
XYZ60.1876.8790.26-
YUV215.18139.1883.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.25%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=24.25%
G=38.51%
B=37.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532432350.3700.030.05174.6778.9577.65
Hex99F3EB25035af4f4e
Octal23136335345035257117116
Binary1001100111110011111010111001010111011010111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,243,235); }

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

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

 a { background-color: rgb(153,243,235); }

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

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

 span { border-color: rgb(153,243,235); }

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