#ADF0EA

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

Shades of Pale Turquoise #ADF0EA

Tints of Pale Turquoise #ADF0EA

Color information

#ADF0EA (or 0xADF0EA) is unknown color: approx Pale Turquoise. HEX triplet: AD, F0 and EA. RGB value is (173,240,234). Sum of RGB (Red+Green+Blue) = 173+240+234=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0EA is #520F15. Grayscale: #DBDBDB. Windows color (decimal): -5377814 or 15397037. OLE color: 15397037.

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

Color convert

RGB173240234-
CMYK0.2800.020.06
HSL174.63º69.07%80.98%-
HSV(B)174.63º27.92%94.12%-
XYZ63.2477.1489.4-
YUV219.28136.394.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.74%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=26.74%
G=37.09%
B=36.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732402340.2800.020.06174.6369.0780.98
HexADF0EA1C026af4551
Octal25536035234026257105121
Binary101011011111000011101010111000101101010111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0EA; }

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

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

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

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

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

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

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

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