#98EEE5

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

Shades of Pale Turquoise #98EEE5

Tints of Pale Turquoise #98EEE5

Color information

#98EEE5 (or 0x98EEE5) is unknown color: approx Pale Turquoise. HEX triplet: 98, EE and E5. RGB value is (152,238,229). Sum of RGB (Red+Green+Blue) = 152+238+229=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEE5 is #67111A. Grayscale: #D3D3D3. Windows color (decimal): -6754587 or 15068824. OLE color: 15068824.

HSL color Cylindrical-coordinate representation of color #98EEE5: hue angle of 173.72º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEE5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB152238229-
CMYK0.3600.040.07
HSL173.72º71.67%76.47%-
HSV(B)173.72º36.13%93.33%-
XYZ57.6773.4885.27-
YUV211.26138.0185.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=24.56%
G=38.45%
B=37.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522382290.3600.040.07173.7271.6776.47
Hex98EEE524047ae484c
Octal23035634544047256110114
Binary10011000111011101110010110010001001111010111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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