#9DF8FE

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

Shades of Pale Turquoise #9DF8FE

Tints of Pale Turquoise #9DF8FE

Color information

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

HSL color Cylindrical-coordinate representation of color #9DF8FE: hue angle of 183.71º 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 #9DF8FE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157248254-
CMYK0.380.0200.00
HSL183.71º97.98%80.59%-
HSV(B)183.71º38.19%99.61%-
XYZ65.3681.46106.04-
YUV221.48146.3582.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572482540.380.0200.00183.7197.9880.59
Hex9DF8FE26200b86251
Octal23537037646200270142121
Binary10011101111110001111111010011010001011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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