#9DF9FE

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

Shades of Pale Turquoise #9DF9FE

Tints of Pale Turquoise #9DF9FE

Color information

#9DF9FE (or 0x9DF9FE) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F9 and FE. RGB value is (157,249,254). Sum of RGB (Red+Green+Blue) = 157+249+254=660 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.79% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF9FE is #620601. Grayscale: #DDDDDD. Windows color (decimal): -6424066 or 16710045. OLE color: 16710045.

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

Color convert

RGB157249254-
CMYK0.380.0200.00
HSL183.09º97.98%80.59%-
HSV(B)183.09º38.19%99.61%-
XYZ65.6782.08106.15-
YUV222.06146.0281.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.79%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=23.79%
G=37.73%
B=38.48%

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
Decimal1572492540.380.0200.00183.0997.9880.59
Hex9DF9FE26200b76251
Octal23537137646200267142121
Binary10011101111110011111111010011010001011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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