#9DF4F5

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

Shades of Pale Turquoise #9DF4F5

Tints of Pale Turquoise #9DF4F5

Color information

#9DF4F5 (or 0x9DF4F5) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F4 and F5. RGB value is (157,244,245). Sum of RGB (Red+Green+Blue) = 157+244+245=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DF4F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF4F5 is #620B0A. Grayscale: #DADADA. Windows color (decimal): -6425355 or 16118941. OLE color: 16118941.

HSL color Cylindrical-coordinate representation of color #9DF4F5: hue angle of 180.68º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF4F5 is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157244245-
CMYK0.360.0000.04
HSL180.68º81.48%78.82%-
HSV(B)180.68º35.92%96.08%-
XYZ62.7478.4698.22-
YUV218.1143.1884.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 244 (95.70% from 255) = 37.77%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=24.30%
G=37.77%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572442450.360.0000.04180.6881.4878.82
Hex9DF4F524004b5514f
Octal23536436544004265121117
Binary100111011111010011110101100100001001011010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,244,245); }

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

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

 a { background-color: rgb(157,244,245); }

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

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

 span { border-color: rgb(157,244,245); }

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