#ADFDF6

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

Shades of Pale Turquoise #ADFDF6

Tints of Pale Turquoise #ADFDF6

Color information

#ADFDF6 (or 0xADFDF6) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and F6. RGB value is (173,253,246). Sum of RGB (Red+Green+Blue) = 173+253+246=672 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.74% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF6 is #520209. Grayscale: #E4E4E4. Windows color (decimal): -5374474 or 16186797. OLE color: 16186797.

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

Color convert

RGB173253246-
CMYK0.3200.030.01
HSL174.75º95.24%83.53%-
HSV(B)174.75º31.62%99.22%-
XYZ68.9985.79100.11-
YUV228.2813888.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.74%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=25.74%
G=37.65%
B=36.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532460.3200.030.01174.7595.2483.53
HexADFDF620031af5f54
Octal25537536640031257137124
Binary10101101111111011111011010000001111010111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDF6; }

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

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

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

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

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

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

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

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