#ADFCF8

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

Shades of Pale Turquoise #ADFCF8

Tints of Pale Turquoise #ADFCF8

Color information

#ADFCF8 (or 0xADFCF8) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and F8. RGB value is (173,252,248). Sum of RGB (Red+Green+Blue) = 173+252+248=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF8 is #520307. Grayscale: #E3E3E3. Windows color (decimal): -5374728 or 16317613. OLE color: 16317613.

HSL color Cylindrical-coordinate representation of color #ADFCF8: hue angle of 176.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCF8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB173252248-
CMYK0.3100.020.01
HSL176.96º92.94%83.33%-
HSV(B)176.96º31.35%98.82%-
XYZ68.9985.28101.63-
YUV227.92139.3388.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.71%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 248 (97.27% from 255) = 36.85%
R=25.71%
G=37.44%
B=36.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522480.3100.020.01176.9692.9483.33
HexADFCF81F021b15d53
Octal25537437037021261135123
Binary1010110111111100111110001111101011011000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCF8; }

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

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

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

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

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

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

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

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