#ADF5FB

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

Shades of Pale Turquoise #ADF5FB

Tints of Pale Turquoise #ADF5FB

Color information

#ADF5FB (or 0xADF5FB) is unknown color: approx Pale Turquoise. HEX triplet: AD, F5 and FB. RGB value is (173,245,251). Sum of RGB (Red+Green+Blue) = 173+245+251=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5FB is #520A04. Grayscale: #E0E0E0. Windows color (decimal): -5376517 or 16512429. OLE color: 16512429.

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

Color convert

RGB173245251-
CMYK0.310.0200.02
HSL184.62º90.7%83.14%-
HSV(B)184.62º31.08%98.43%-
XYZ67.381.15103.38-
YUV224.16143.1591.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.86%
GREEN value IS 245 (96.09% from 255) = 36.62%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=25.86%
G=36.62%
B=37.52%

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
Decimal1732452510.310.0200.02184.6290.783.14
HexADF5FB1F202b95b53
Octal25536537337202271133123
Binary10101101111101011111101111111100101011100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5FB; }

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

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

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

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

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

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

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

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