#ADF1EF

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

Shades of Pale Turquoise #ADF1EF

Tints of Pale Turquoise #ADF1EF

Color information

#ADF1EF (or 0xADF1EF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F1 and EF. RGB value is (173,241,239). Sum of RGB (Red+Green+Blue) = 173+241+239=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1EF is #520E10. Grayscale: #DCDCDC. Windows color (decimal): -5377553 or 15724973. OLE color: 15724973.

HSL color Cylindrical-coordinate representation of color #ADF1EF: hue angle of 178.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1EF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB173241239-
CMYK0.2800.010.05
HSL178.24º70.83%81.18%-
HSV(B)178.24º28.22%94.51%-
XYZ64.2778.0393.33-
YUV220.44138.4794.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=26.49%
G=36.91%
B=36.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732412390.2800.010.05178.2470.8381.18
HexADF1EF1C015b24751
Octal25536135734015262107121
Binary10101101111100011110111111100011011011001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1EF; }

 p { color: rgb(173,241,239); }

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

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

 a { background-color: rgb(173,241,239); }

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

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

 span { border-color: rgb(173,241,239); }

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