#98FAF6

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

Shades of Pale Turquoise #98FAF6

Tints of Pale Turquoise #98FAF6

Color information

#98FAF6 (or 0x98FAF6) is unknown color: approx Pale Turquoise. HEX triplet: 98, FA and F6. RGB value is (152,250,246). Sum of RGB (Red+Green+Blue) = 152+250+246=648 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.46% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAF6 is #670509. Grayscale: #DCDCDC. Windows color (decimal): -6751498 or 16186008. OLE color: 16186008.

HSL color Cylindrical-coordinate representation of color #98FAF6: hue angle of 177.55º degrees, saturation: 0.91, 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 #98FAF6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB152250246-
CMYK0.3900.020.02
HSL177.55º90.74%78.82%-
HSV(B)177.55º39.2%98.04%-
XYZ63.7781.799.6-
YUV220.24142.5379.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.46%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=23.46%
G=38.58%
B=37.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502460.3900.020.02177.5590.7478.82
Hex98FAF627022b25b4f
Octal23037236647022262133117
Binary100110001111101011110110100111010101011001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,250,246); }

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

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

 a { background-color: rgb(152,250,246); }

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

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

 span { border-color: rgb(152,250,246); }

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