#98FAE8

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

Shades of Pale Turquoise #98FAE8

Tints of Pale Turquoise #98FAE8

Color information

#98FAE8 (or 0x98FAE8) is unknown color: approx Pale Turquoise. HEX triplet: 98, FA and E8. RGB value is (152,250,232). Sum of RGB (Red+Green+Blue) = 152+250+232=634 (83% of max value = 765). Red value is 152 (59.77% from 255 or 23.97% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAE8 is #670517. Grayscale: #DADADA. Windows color (decimal): -6751512 or 15268504. OLE color: 15268504.

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

Color convert

RGB152250232-
CMYK0.3900.070.02
HSL168.98º90.74%78.82%-
HSV(B)168.98º39.2%98.04%-
XYZ61.780.8788.7-
YUV218.65135.5380.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.97%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 232 (91.02% from 255) = 36.59%
R=23.97%
G=39.43%
B=36.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502320.3900.070.02168.9890.7478.82
Hex98FAE827072a95b4f
Octal23037235047072251133117
Binary1001100011111010111010001001110111101010100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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