#9DFEFD

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

Shades of Pale Turquoise #9DFEFD

Tints of Pale Turquoise #9DFEFD

Color information

#9DFEFD (or 0x9DFEFD) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FE and FD. RGB value is (157,254,253). Sum of RGB (Red+Green+Blue) = 157+254+253=664 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.64% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEFD is #620102. Grayscale: #E0E0E0. Windows color (decimal): -6422787 or 16645789. OLE color: 16645789.

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

Color convert

RGB157254253-
CMYK0.3800.000.00
HSL179.38º97.98%80.59%-
HSV(B)179.38º38.19%99.61%-
XYZ67.0885.14105.83-
YUV224.88143.8679.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.64%
GREEN value IS 254 (99.61% from 255) = 38.25%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=23.64%
G=38.25%
B=38.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542530.3800.000.00179.3897.9880.59
Hex9DFEFD26000b36251
Octal23537637546000263142121
Binary1001110111111110111111011001100001011001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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