#98FBED

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

Shades of Pale Turquoise #98FBED

Tints of Pale Turquoise #98FBED

Color information

#98FBED (or 0x98FBED) is unknown color: approx Pale Turquoise. HEX triplet: 98, FB and ED. RGB value is (152,251,237). Sum of RGB (Red+Green+Blue) = 152+251+237=640 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.75% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBED is #670412. Grayscale: #DBDBDB. Windows color (decimal): -6751251 or 15596440. OLE color: 15596440.

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

Color convert

RGB152251237-
CMYK0.3900.060.02
HSL171.52º92.52%79.02%-
HSV(B)171.52º39.44%98.43%-
XYZ62.7381.7892.6-
YUV219.8137.779.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.75%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=23.75%
G=39.22%
B=37.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512370.3900.060.02171.5292.5279.02
Hex98FBED27062ac5d4f
Octal23037335547062254135117
Binary1001100011111011111011011001110110101010110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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