#ADFCF9

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

Shades of Pale Turquoise #ADFCF9

Tints of Pale Turquoise #ADFCF9

Color information

#ADFCF9 (or 0xADFCF9) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and F9. RGB value is (173,252,249). Sum of RGB (Red+Green+Blue) = 173+252+249=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF9 is #520306. Grayscale: #E3E3E3. Windows color (decimal): -5374727 or 16383149. OLE color: 16383149.

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

Color convert

RGB173252249-
CMYK0.3100.010.01
HSL177.72º92.94%83.33%-
HSV(B)177.72º31.35%98.82%-
XYZ69.1485.34102.45-
YUV228.04139.8388.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.67%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=25.67%
G=37.39%
B=36.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522490.3100.010.01177.7292.9483.33
HexADFCF91F011b25d53
Octal25537437137011262135123
Binary101011011111110011111001111110111011001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCF9; }

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

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

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

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

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

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

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

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