#ADFAF1

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

Shades of Pale Turquoise #ADFAF1

Tints of Pale Turquoise #ADFAF1

Color information

#ADFAF1 (or 0xADFAF1) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and F1. RGB value is (173,250,241). Sum of RGB (Red+Green+Blue) = 173+250+241=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF1 is #52050E. Grayscale: #E1E1E1. Windows color (decimal): -5375247 or 15858349. OLE color: 15858349.

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

Color convert

RGB173250241-
CMYK0.3100.040.02
HSL172.99º88.51%82.94%-
HSV(B)172.99º30.8%98.04%-
XYZ67.383.6195.81-
YUV225.95136.4990.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.05%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=26.05%
G=37.65%
B=36.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502410.3100.040.02172.9988.5182.94
HexADFAF11F042ad5953
Octal25537236137042255131123
Binary101011011111101011110001111110100101010110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAF1; }

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

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

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

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

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

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

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

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