#ADF6FB

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

Shades of Pale Turquoise #ADF6FB

Tints of Pale Turquoise #ADF6FB

Color information

#ADF6FB (or 0xADF6FB) is unknown color: approx Pale Turquoise. HEX triplet: AD, F6 and FB. RGB value is (173,246,251). Sum of RGB (Red+Green+Blue) = 173+246+251=670 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.82% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6FB is #520904. Grayscale: #E0E0E0. Windows color (decimal): -5376261 or 16512685. OLE color: 16512685.

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

Color convert

RGB173246251-
CMYK0.310.0200.02
HSL183.85º90.7%83.14%-
HSV(B)183.85º31.08%98.43%-
XYZ67.681.76103.49-
YUV224.74142.8291.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.82%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=25.82%
G=36.72%
B=37.46%

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
Decimal1732462510.310.0200.02183.8590.783.14
HexADF6FB1F202b85b53
Octal25536637337202270133123
Binary10101101111101101111101111111100101011100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6FB; }

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

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

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

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

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

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

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

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