#ADFCF5

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

Shades of Pale Turquoise #ADFCF5

Tints of Pale Turquoise #ADFCF5

Color information

#ADFCF5 (or 0xADFCF5) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and F5. RGB value is (173,252,245). Sum of RGB (Red+Green+Blue) = 173+252+245=670 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.82% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCF5 is #52030A. Grayscale: #E3E3E3. Windows color (decimal): -5374731 or 16121005. OLE color: 16121005.

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

Color convert

RGB173252245-
CMYK0.3100.030.01
HSL174.68º92.94%83.33%-
HSV(B)174.68º31.35%98.82%-
XYZ68.5385.199.2-
YUV227.58137.8389.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.82%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=25.82%
G=37.61%
B=36.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522450.3100.030.01174.6892.9483.33
HexADFCF51F031af5d53
Octal25537436537031257135123
Binary1010110111111100111101011111101111010111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCF5; }

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

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

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

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

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

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

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

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