#9DF5FA

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

Shades of Pale Turquoise #9DF5FA

Tints of Pale Turquoise #9DF5FA

Color information

#9DF5FA (or 0x9DF5FA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F5 and FA. RGB value is (157,245,250). Sum of RGB (Red+Green+Blue) = 157+245+250=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF5FA is #620A05. Grayscale: #DBDBDB. Windows color (decimal): -6425094 or 16446877. OLE color: 16446877.

HSL color Cylindrical-coordinate representation of color #9DF5FA: hue angle of 183.23º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF5FA is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157245250-
CMYK0.370.0200.02
HSL183.23º90.29%79.8%-
HSV(B)183.23º37.2%98.04%-
XYZ63.8179.38102.4-
YUV219.26145.3583.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.08%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=24.08%
G=37.58%
B=38.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572452500.370.0200.02183.2390.2979.8
Hex9DF5FA25202b75a50
Octal23536537245202267132120
Binary100111011111010111111010100101100101011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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