#ADF7FF

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

Shades of Pale Turquoise #ADF7FF

Tints of Pale Turquoise #ADF7FF

Color information

#ADF7FF (or 0xADF7FF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F7 and FF. RGB value is (173,247,255). Sum of RGB (Red+Green+Blue) = 173+247+255=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7FF is #520800. Grayscale: #E1E1E1. Windows color (decimal): -5376001 or 16775085. OLE color: 16775085.

HSL color Cylindrical-coordinate representation of color #ADF7FF: hue angle of 185.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF7FF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173247255-
CMYK0.320.0300
HSL185.85º100%83.92%-
HSV(B)185.85º32.16%100%-
XYZ68.5482.63106.94-
YUV225.79144.4890.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.63%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 255 (100% from 255) = 37.78%
R=25.63%
G=36.59%
B=37.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732472550.320.0300185.8510083.92
HexADF7FF20300ba6454
Octal25536737740300272144124
Binary10101101111101111111111110000011001011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF7FF; }

 p { color: rgb(173,247,255); }

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

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

 a { background-color: rgb(173,247,255); }

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

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

 span { border-color: rgb(173,247,255); }

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