#9DFFF0

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

Shades of Pale Turquoise #9DFFF0

Tints of Pale Turquoise #9DFFF0

Color information

#9DFFF0 (or 0x9DFFF0) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and F0. RGB value is (157,255,240). Sum of RGB (Red+Green+Blue) = 157+255+240=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFF0 is #62000F. Grayscale: #DFDFDF. Windows color (decimal): -6422544 or 15794077. OLE color: 15794077.

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

Color convert

RGB157255240-
CMYK0.3800.060
HSL170.82º100%80.78%-
HSV(B)170.82º38.43%100%-
XYZ65.3984.9895.39-
YUV223.99137.0380.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.08%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=24.08%
G=39.11%
B=36.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552400.3800.060170.8210080.78
Hex9DFFF026060ab6451
Octal23537736046060253144121
Binary100111011111111111110000100110011001010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,240); }

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

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

 a { background-color: rgb(157,255,240); }

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

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

 span { border-color: rgb(157,255,240); }

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