#98FBEE

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

Shades of Pale Turquoise #98FBEE

Tints of Pale Turquoise #98FBEE

Color information

#98FBEE (or 0x98FBEE) is unknown color: approx Pale Turquoise. HEX triplet: 98, FB and EE. RGB value is (152,251,238). Sum of RGB (Red+Green+Blue) = 152+251+238=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBEE is #670411. Grayscale: #DBDBDB. Windows color (decimal): -6751250 or 15661976. OLE color: 15661976.

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

Color convert

RGB152251238-
CMYK0.3900.050.02
HSL172.12º92.52%79.02%-
HSV(B)172.12º39.44%98.43%-
XYZ62.8881.8493.37-
YUV219.92138.279.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.71%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=23.71%
G=39.16%
B=37.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512380.3900.050.02172.1292.5279.02
Hex98FBEE27052ac5d4f
Octal23037335647052254135117
Binary1001100011111011111011101001110101101010110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,251,238); }

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

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

 a { background-color: rgb(152,251,238); }

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

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

 span { border-color: rgb(152,251,238); }

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