#98FDE8

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

Shades of Pale Turquoise #98FDE8

Tints of Pale Turquoise #98FDE8

Color information

#98FDE8 (or 0x98FDE8) is unknown color: approx Pale Turquoise. HEX triplet: 98, FD and E8. RGB value is (152,253,232). Sum of RGB (Red+Green+Blue) = 152+253+232=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDE8 is #670217. Grayscale: #DCDCDC. Windows color (decimal): -6750744 or 15269272. OLE color: 15269272.

HSL color Cylindrical-coordinate representation of color #98FDE8: hue angle of 167.52º degrees, saturation: 0.96, 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 #98FDE8 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB152253232-
CMYK0.4000.080.01
HSL167.52º96.19%79.41%-
HSV(B)167.52º39.92%99.22%-
XYZ62.6482.7589.02-
YUV220.41134.5479.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.86%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=23.86%
G=39.72%
B=36.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522532320.4000.080.01167.5296.1979.41
Hex98FDE828081a8604f
Octal230375350500101250140117
Binary1001100011111101111010001010000100011010100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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