#98F9E6

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

Shades of Pale Turquoise #98F9E6

Tints of Pale Turquoise #98F9E6

Color information

#98F9E6 (or 0x98F9E6) is unknown color: approx Pale Turquoise. HEX triplet: 98, F9 and E6. RGB value is (152,249,230). Sum of RGB (Red+Green+Blue) = 152+249+230=631 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.09% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F9E6 is #670619. Grayscale: #D9D9D9. Windows color (decimal): -6751770 or 15137176. OLE color: 15137176.

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

Color convert

RGB152249230-
CMYK0.3900.080.02
HSL168.25º88.99%78.63%-
HSV(B)168.25º38.96%97.65%-
XYZ61.1180.1487.11-
YUV217.83134.8681.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.09%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=24.09%
G=39.46%
B=36.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522492300.3900.080.02168.2588.9978.63
Hex98F9E627082a8594f
Octal230371346470102250131117
Binary10011000111110011110011010011101000101010100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,249,230); }

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

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

 a { background-color: rgb(152,249,230); }

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

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

 span { border-color: rgb(152,249,230); }

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