#98F8E4

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

Shades of Pale Turquoise #98F8E4

Tints of Pale Turquoise #98F8E4

Color information

#98F8E4 (or 0x98F8E4) is unknown color: approx Pale Turquoise. HEX triplet: 98, F8 and E4. RGB value is (152,248,228). Sum of RGB (Red+Green+Blue) = 152+248+228=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F8E4 is #67071B. Grayscale: #D9D9D9. Windows color (decimal): -6752028 or 15005848. OLE color: 15005848.

HSL color Cylindrical-coordinate representation of color #98F8E4: hue angle of 167.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8E4 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB152248228-
CMYK0.3900.080.03
HSL167.5º87.27%78.43%-
HSV(B)167.5º38.71%97.25%-
XYZ60.5279.4185.54-
YUV217.02134.281.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.20%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=24.20%
G=39.49%
B=36.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522482280.3900.080.03167.587.2778.43
Hex98F8E427083a8574e
Octal230370344470103250127116
Binary10011000111110001110010010011101000111010100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,248,228); }

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

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

 a { background-color: rgb(152,248,228); }

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

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

 span { border-color: rgb(152,248,228); }

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