#ADF5FF

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

Shades of Pale Turquoise #ADF5FF

Tints of Pale Turquoise #ADF5FF

Color information

#ADF5FF (or 0xADF5FF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F5 and FF. RGB value is (173,245,255). Sum of RGB (Red+Green+Blue) = 173+245+255=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5FF is #520A00. Grayscale: #E0E0E0. Windows color (decimal): -5376513 or 16774573. OLE color: 16774573.

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

Color convert

RGB173245255-
CMYK0.320.0400
HSL187.32º100%83.92%-
HSV(B)187.32º32.16%100%-
XYZ67.9481.41106.74-
YUV224.61145.1591.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.71%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 255 (100% from 255) = 37.89%
R=25.71%
G=36.40%
B=37.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732452550.320.0400187.3210083.92
HexADF5FF20400bb6454
Octal25536537740400273144124
Binary101011011111010111111111100000100001011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5FF; }

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

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

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

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

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

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

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

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