#9DFEF8

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

Shades of Pale Turquoise #9DFEF8

Tints of Pale Turquoise #9DFEF8

Color information

#9DFEF8 (or 0x9DFEF8) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FE and F8. RGB value is (157,254,248). Sum of RGB (Red+Green+Blue) = 157+254+248=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEF8 is #620107. Grayscale: #E0E0E0. Windows color (decimal): -6422792 or 16318109. OLE color: 16318109.

HSL color Cylindrical-coordinate representation of color #9DFEF8: hue angle of 176.29º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEF8 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB157254248-
CMYK0.3800.020.00
HSL176.29º97.98%80.59%-
HSV(B)176.29º38.19%99.61%-
XYZ66.2984.83101.69-
YUV224.31141.3679.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.82%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=23.82%
G=38.54%
B=37.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542480.3800.020.00176.2997.9880.59
Hex9DFEF826020b06251
Octal23537637046020260142121
Binary10011101111111101111100010011001001011000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DFEF8; }

 p { color: rgb(157,254,248); }

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

<style>
 a { background-color: #9DFEF8; }

 a { background-color: rgb(157,254,248); }

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

<style>
 span { border-color: #9DFEF8; }

 span { border-color: rgb(157,254,248); }

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