#98FAF1

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

Shades of Pale Turquoise #98FAF1

Tints of Pale Turquoise #98FAF1

Color information

#98FAF1 (or 0x98FAF1) is unknown color: approx Pale Turquoise. HEX triplet: 98, FA and F1. RGB value is (152,250,241). Sum of RGB (Red+Green+Blue) = 152+250+241=643 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.64% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAF1 is #67050E. Grayscale: #DBDBDB. Windows color (decimal): -6751503 or 15858328. OLE color: 15858328.

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

Color convert

RGB152250241-
CMYK0.3900.040.02
HSL174.49º90.74%78.82%-
HSV(B)174.49º39.2%98.04%-
XYZ63.0181.495.61-
YUV219.67140.0379.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.64%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=23.64%
G=38.88%
B=37.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502410.3900.040.02174.4990.7478.82
Hex98FAF127042ae5b4f
Octal23037236147042256133117
Binary1001100011111010111100011001110100101010111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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