#ADFDF1

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

Shades of Pale Turquoise #ADFDF1

Tints of Pale Turquoise #ADFDF1

Color information

#ADFDF1 (or 0xADFDF1) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and F1. RGB value is (173,253,241). Sum of RGB (Red+Green+Blue) = 173+253+241=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF1 is #52020E. Grayscale: #E3E3E3. Windows color (decimal): -5374479 or 15859117. OLE color: 15859117.

HSL color Cylindrical-coordinate representation of color #ADFDF1: hue angle of 171º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDF1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB173253241-
CMYK0.3200.050.01
HSL171º95.24%83.53%-
HSV(B)171º31.62%99.22%-
XYZ68.2485.4996.12-
YUV227.71135.588.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=25.94%
G=37.93%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532410.3200.050.0117195.2483.53
HexADFDF120051ab5f54
Octal25537536140051253137124
Binary101011011111110111110001100000010111010101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDF1; }

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

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

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

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

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

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

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

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