#ADF9F5

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

Shades of Pale Turquoise #ADF9F5

Tints of Pale Turquoise #ADF9F5

Color information

#ADF9F5 (or 0xADF9F5) is unknown color: approx Pale Turquoise. HEX triplet: AD, F9 and F5. RGB value is (173,249,245). Sum of RGB (Red+Green+Blue) = 173+249+245=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9F5 is #52060A. Grayscale: #E1E1E1. Windows color (decimal): -5375499 or 16120237. OLE color: 16120237.

HSL color Cylindrical-coordinate representation of color #ADF9F5: hue angle of 176.84º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9F5 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB173249245-
CMYK0.3100.020.02
HSL176.84º86.36%82.75%-
HSV(B)176.84º30.52%97.65%-
XYZ67.5983.2398.89-
YUV225.82138.8290.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 249 (97.66% from 255) = 37.33%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=25.94%
G=37.33%
B=36.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492450.3100.020.02176.8486.3682.75
HexADF9F51F022b15653
Octal25537136537022261126123
Binary10101101111110011111010111111010101011000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9F5; }

 p { color: rgb(173,249,245); }

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

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

 a { background-color: rgb(173,249,245); }

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

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

 span { border-color: rgb(173,249,245); }

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