#ADFCF0

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

Shades of Pale Turquoise #ADFCF0

Tints of Pale Turquoise #ADFCF0

Color information

#ADFCF0 (or 0xADFCF0) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and F0. RGB value is (173,252,240). Sum of RGB (Red+Green+Blue) = 173+252+240=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF0 is #52030F. Grayscale: #E2E2E2. Windows color (decimal): -5374736 or 15793325. OLE color: 15793325.

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

Color convert

RGB173252240-
CMYK0.3100.050.01
HSL170.89º92.94%83.33%-
HSV(B)170.89º31.35%98.82%-
XYZ67.7784.895.23-
YUV227.01135.3389.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.02%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=26.02%
G=37.89%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522400.3100.050.01170.8992.9483.33
HexADFCF01F051ab5d53
Octal25537436037051253135123
Binary10101101111111001111000011111010111010101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCF0; }

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

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

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

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

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

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

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

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