#ADFBF8

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

Shades of Pale Turquoise #ADFBF8

Tints of Pale Turquoise #ADFBF8

Color information

#ADFBF8 (or 0xADFBF8) is unknown color: approx Pale Turquoise. HEX triplet: AD, FB and F8. RGB value is (173,251,248). Sum of RGB (Red+Green+Blue) = 173+251+248=672 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.74% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBF8 is #520407. Grayscale: #E3E3E3. Windows color (decimal): -5374984 or 16317357. OLE color: 16317357.

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

Color convert

RGB173251248-
CMYK0.3100.010.02
HSL177.69º90.7%83.14%-
HSV(B)177.69º31.08%98.43%-
XYZ68.6784.66101.53-
YUV227.34139.6689.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.74%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 248 (97.27% from 255) = 36.90%
R=25.74%
G=37.35%
B=36.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732512480.3100.010.02177.6990.783.14
HexADFBF81F012b25b53
Octal25537337037012262133123
Binary1010110111111011111110001111101101011001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBF8; }

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

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

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

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

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

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

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

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