#9DFDFE

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

Shades of Pale Turquoise #9DFDFE

Tints of Pale Turquoise #9DFDFE

Color information

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

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

Color convert

RGB157253254-
CMYK0.380.0000.00
HSL180.62º97.98%80.59%-
HSV(B)180.62º38.19%99.61%-
XYZ66.9284.57106.56-
YUV224.41144.779.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572532540.380.0000.00180.6297.9880.59
Hex9DFDFE26000b56251
Octal23537537646000265142121
Binary1001110111111101111111101001100001011010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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