#98F8EC

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

Shades of Pale Turquoise #98F8EC

Tints of Pale Turquoise #98F8EC

Color information

#98F8EC (or 0x98F8EC) is unknown color: approx Pale Turquoise. HEX triplet: 98, F8 and EC. RGB value is (152,248,236). Sum of RGB (Red+Green+Blue) = 152+248+236=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F8EC is #670713. Grayscale: #D9D9D9. Windows color (decimal): -6752020 or 15530136. OLE color: 15530136.

HSL color Cylindrical-coordinate representation of color #98F8EC: hue angle of 172.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8EC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB152248236-
CMYK0.3900.050.03
HSL172.5º87.27%78.43%-
HSV(B)172.5º38.71%97.25%-
XYZ61.6679.8791.52-
YUV217.93138.280.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.90%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=23.90%
G=38.99%
B=37.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522482360.3900.050.03172.587.2778.43
Hex98F8EC27053ac574e
Octal23037035447053254127116
Binary1001100011111000111011001001110101111010110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F8EC; }

 p { color: rgb(152,248,236); }

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

<style>
 a { background-color: #98F8EC; }

 a { background-color: rgb(152,248,236); }

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

<style>
 span { border-color: #98F8EC; }

 span { border-color: rgb(152,248,236); }

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