#ADFAF4

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

Shades of Pale Turquoise #ADFAF4

Tints of Pale Turquoise #ADFAF4

Color information

#ADFAF4 (or 0xADFAF4) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and F4. RGB value is (173,250,244). Sum of RGB (Red+Green+Blue) = 173+250+244=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF4 is #52050B. Grayscale: #E2E2E2. Windows color (decimal): -5375244 or 16054957. OLE color: 16054957.

HSL color Cylindrical-coordinate representation of color #ADFAF4: hue angle of 175.32º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAF4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB173250244-
CMYK0.3100.020.02
HSL175.32º88.51%82.94%-
HSV(B)175.32º30.8%98.04%-
XYZ67.7583.7998.19-
YUV226.29137.9989.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=25.94%
G=37.48%
B=36.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502440.3100.020.02175.3288.5182.94
HexADFAF41F022af5953
Octal25537236437022257131123
Binary10101101111110101111010011111010101010111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAF4; }

 p { color: rgb(173,250,244); }

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

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

 a { background-color: rgb(173,250,244); }

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

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

 span { border-color: rgb(173,250,244); }

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