#98FDEE

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

Shades of Pale Turquoise #98FDEE

Tints of Pale Turquoise #98FDEE

Color information

#98FDEE (or 0x98FDEE) is unknown color: approx Pale Turquoise. HEX triplet: 98, FD and EE. RGB value is (152,253,238). Sum of RGB (Red+Green+Blue) = 152+253+238=643 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.64% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDEE is #670211. Grayscale: #DDDDDD. Windows color (decimal): -6750738 or 15662488. OLE color: 15662488.

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

Color convert

RGB152253238-
CMYK0.4000.060.01
HSL171.09º96.19%79.41%-
HSV(B)171.09º39.92%99.22%-
XYZ63.5183.193.58-
YUV221.09137.5478.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.64%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=23.64%
G=39.35%
B=37.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522532380.4000.060.01171.0996.1979.41
Hex98FDEE28061ab604f
Octal23037535650061253140117
Binary100110001111110111101110101000011011010101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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