#98F8F9

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

Shades of Pale Turquoise #98F8F9

Tints of Pale Turquoise #98F8F9

Color information

#98F8F9 (or 0x98F8F9) is unknown color: approx Pale Turquoise. HEX triplet: 98, F8 and F9. RGB value is (152,248,249). Sum of RGB (Red+Green+Blue) = 152+248+249=649 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.42% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #98F8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F8F9 is #670706. Grayscale: #DBDBDB. Windows color (decimal): -6752007 or 16382104. OLE color: 16382104.

HSL color Cylindrical-coordinate representation of color #98F8F9: hue angle of 180.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8F9 is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152248249-
CMYK0.390.0000.02
HSL180.62º88.99%78.63%-
HSV(B)180.62º38.96%97.65%-
XYZ63.6280.65101.84-
YUV219.41144.779.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.42%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=23.42%
G=38.21%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522482490.390.0000.02180.6288.9978.63
Hex98F8F927002b5594f
Octal23037037147002265131117
Binary10011000111110001111100110011100101011010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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