#98F8ED

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

Shades of Pale Turquoise #98F8ED

Tints of Pale Turquoise #98F8ED

Color information

#98F8ED (or 0x98F8ED) is unknown color: approx Pale Turquoise. HEX triplet: 98, F8 and ED. RGB value is (152,248,237). Sum of RGB (Red+Green+Blue) = 152+248+237=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F8ED is #670712. Grayscale: #D9D9D9. Windows color (decimal): -6752019 or 15595672. OLE color: 15595672.

HSL color Cylindrical-coordinate representation of color #98F8ED: hue angle of 173.12º 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 #98F8ED is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB152248237-
CMYK0.3900.040.03
HSL173.12º87.27%78.43%-
HSV(B)173.12º38.71%97.25%-
XYZ61.879.9292.29-
YUV218.04138.780.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.86%
GREEN value IS 248 (97.27% from 255) = 38.93%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=23.86%
G=38.93%
B=37.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522482370.3900.040.03173.1287.2778.43
Hex98F8ED27043ad574e
Octal23037035547043255127116
Binary1001100011111000111011011001110100111010110110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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