#ADF6FA

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

Shades of Pale Turquoise #ADF6FA

Tints of Pale Turquoise #ADF6FA

Color information

#ADF6FA (or 0xADF6FA) is unknown color: approx Pale Turquoise. HEX triplet: AD, F6 and FA. RGB value is (173,246,250). Sum of RGB (Red+Green+Blue) = 173+246+250=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6FA is #520905. Grayscale: #E0E0E0. Windows color (decimal): -5376262 or 16447149. OLE color: 16447149.

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

Color convert

RGB173246250-
CMYK0.310.0200.02
HSL183.12º88.51%82.94%-
HSV(B)183.12º30.8%98.04%-
XYZ67.4481.7102.66-
YUV224.63142.3291.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.86%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=25.86%
G=36.77%
B=37.37%

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
Decimal1732462500.310.0200.02183.1288.5182.94
HexADF6FA1F202b75953
Octal25536637237202267131123
Binary10101101111101101111101011111100101011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6FA; }

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

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

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

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

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

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

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

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