#ADF7FB

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

Shades of Pale Turquoise #ADF7FB

Tints of Pale Turquoise #ADF7FB

Color information

#ADF7FB (or 0xADF7FB) is unknown color: approx Pale Turquoise. HEX triplet: AD, F7 and FB. RGB value is (173,247,251). Sum of RGB (Red+Green+Blue) = 173+247+251=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7FB is #520804. Grayscale: #E1E1E1. Windows color (decimal): -5376005 or 16512941. OLE color: 16512941.

HSL color Cylindrical-coordinate representation of color #ADF7FB: hue angle of 183.08º degrees, saturation: 0.91, 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 #ADF7FB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173247251-
CMYK0.310.0200.02
HSL183.08º90.7%83.14%-
HSV(B)183.08º31.08%98.43%-
XYZ67.9182.37103.59-
YUV225.33142.4890.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.78%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=25.78%
G=36.81%
B=37.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732472510.310.0200.02183.0890.783.14
HexADF7FB1F202b75b53
Octal25536737337202267133123
Binary10101101111101111111101111111100101011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF7FB; }

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

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

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

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

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

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

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

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