#98FCEA

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

Shades of Pale Turquoise #98FCEA

Tints of Pale Turquoise #98FCEA

Color information

#98FCEA (or 0x98FCEA) is unknown color: approx Pale Turquoise. HEX triplet: 98, FC and EA. RGB value is (152,252,234). Sum of RGB (Red+Green+Blue) = 152+252+234=638 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.82% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FCEA is #670315. Grayscale: #DCDCDC. Windows color (decimal): -6750998 or 15400088. OLE color: 15400088.

HSL color Cylindrical-coordinate representation of color #98FCEA: hue angle of 169.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCEA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB152252234-
CMYK0.4000.070.01
HSL169.2º94.34%79.22%-
HSV(B)169.2º39.68%98.82%-
XYZ62.6182.2490.42-
YUV220.05135.8779.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.82%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=23.82%
G=39.50%
B=36.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522522340.4000.070.01169.294.3479.22
Hex98FCEA28071a95e4f
Octal23037435250071251136117
Binary100110001111110011101010101000011111010100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,252,234); }

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

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

 a { background-color: rgb(152,252,234); }

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

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

 span { border-color: rgb(152,252,234); }

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