#ADF0F1

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

Shades of Pale Turquoise #ADF0F1

Tints of Pale Turquoise #ADF0F1

Color information

#ADF0F1 (or 0xADF0F1) is unknown color: approx Pale Turquoise. HEX triplet: AD, F0 and F1. RGB value is (173,240,241). Sum of RGB (Red+Green+Blue) = 173+240+241=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADF0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0F1 is #520F0E. Grayscale: #DCDCDC. Windows color (decimal): -5377807 or 15855789. OLE color: 15855789.

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

Color convert

RGB173240241-
CMYK0.280.0000.05
HSL180.88º70.83%81.18%-
HSV(B)180.88º28.22%94.51%-
XYZ64.2777.5694.8-
YUV220.08139.894.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.45%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=26.45%
G=36.70%
B=36.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732402410.280.0000.05180.8870.8381.18
HexADF0F11C005b54751
Octal25536036134005265107121
Binary10101101111100001111000111100001011011010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0F1; }

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

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

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

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

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

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

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

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