#ADFEF0

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

Shades of Pale Turquoise #ADFEF0

Tints of Pale Turquoise #ADFEF0

Color information

#ADFEF0 (or 0xADFEF0) is unknown color: approx Pale Turquoise. HEX triplet: AD, FE and F0. RGB value is (173,254,240). Sum of RGB (Red+Green+Blue) = 173+254+240=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF0 is #52010F. Grayscale: #E4E4E4. Windows color (decimal): -5374224 or 15793837. OLE color: 15793837.

HSL color Cylindrical-coordinate representation of color #ADFEF0: hue angle of 169.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEF0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB173254240-
CMYK0.3200.060.00
HSL169.63º97.59%83.73%-
HSV(B)169.63º31.89%99.61%-
XYZ68.486.0695.44-
YUV228.18134.6688.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=25.94%
G=38.08%
B=35.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542400.3200.060.00169.6397.5983.73
HexADFEF020060aa6254
Octal25537636040060252142124
Binary101011011111111011110000100000011001010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFEF0; }

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

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

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

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

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

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

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

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