#ADFCF2

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

Shades of Pale Turquoise #ADFCF2

Tints of Pale Turquoise #ADFCF2

Color information

#ADFCF2 (or 0xADFCF2) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and F2. RGB value is (173,252,242). Sum of RGB (Red+Green+Blue) = 173+252+242=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF2 is #52030D. Grayscale: #E3E3E3. Windows color (decimal): -5374734 or 15924397. OLE color: 15924397.

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

Color convert

RGB173252242-
CMYK0.3100.040.01
HSL172.41º92.94%83.33%-
HSV(B)172.41º31.35%98.82%-
XYZ68.0784.9296.81-
YUV227.24136.3389.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=25.94%
G=37.78%
B=36.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522420.3100.040.01172.4192.9483.33
HexADFCF21F041ac5d53
Octal25537436237041254135123
Binary10101101111111001111001011111010011010110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCF2; }

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

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

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

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

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

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

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

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