#ADF0E7

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

Shades of Pale Turquoise #ADF0E7

Tints of Pale Turquoise #ADF0E7

Color information

#ADF0E7 (or 0xADF0E7) is unknown color: approx Pale Turquoise. HEX triplet: AD, F0 and E7. RGB value is (173,240,231). Sum of RGB (Red+Green+Blue) = 173+240+231=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0E7 is #520F18. Grayscale: #DADADA. Windows color (decimal): -5377817 or 15200429. OLE color: 15200429.

HSL color Cylindrical-coordinate representation of color #ADF0E7: hue angle of 171.94º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0E7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB173240231-
CMYK0.2800.040.06
HSL171.94º69.07%80.98%-
HSV(B)171.94º27.92%94.12%-
XYZ62.8276.9787.15-
YUV218.94134.895.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=26.86%
G=37.27%
B=35.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732402310.2800.040.06171.9469.0780.98
HexADF0E71C046ac4551
Octal25536034734046254105121
Binary1010110111110000111001111110001001101010110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0E7; }

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

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

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

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

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

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

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

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