#ADF0E6

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

Shades of Pale Turquoise #ADF0E6

Tints of Pale Turquoise #ADF0E6

Color information

#ADF0E6 (or 0xADF0E6) is unknown color: approx Pale Turquoise. HEX triplet: AD, F0 and E6. RGB value is (173,240,230). Sum of RGB (Red+Green+Blue) = 173+240+230=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0E6 is #520F19. Grayscale: #DADADA. Windows color (decimal): -5377818 or 15134893. OLE color: 15134893.

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

Color convert

RGB173240230-
CMYK0.2800.040.06
HSL171.04º69.07%80.98%-
HSV(B)171.04º27.92%94.12%-
XYZ62.6876.9286.41-
YUV218.83134.395.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=26.91%
G=37.33%
B=35.77%

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
Decimal1732402300.2800.040.06171.0469.0780.98
HexADF0E61C046ab4551
Octal25536034634046253105121
Binary1010110111110000111001101110001001101010101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0E6; }

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

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

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

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

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

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

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

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