#ADF5F5

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

Shades of Pale Turquoise #ADF5F5

Tints of Pale Turquoise #ADF5F5

Color information

#ADF5F5 (or 0xADF5F5) is unknown color: approx Pale Turquoise. HEX triplet: AD, F5 and F5. RGB value is (173,245,245). Sum of RGB (Red+Green+Blue) = 173+245+245=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: green, blue. Hex color #ADF5F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5F5 is #520A0A. Grayscale: #DFDFDF. Windows color (decimal): -5376523 or 16119213. OLE color: 16119213.

HSL color Cylindrical-coordinate representation of color #ADF5F5: hue angle of 180º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5F5 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173245245-
CMYK0.29000.04
HSL180º78.26%81.96%-
HSV(B)180º29.39%96.08%-
XYZ66.3780.7898.48-
YUV223.47140.1592-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.09%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=26.09%
G=36.95%
B=36.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452450.29000.0418078.2681.96
HexADF5F51D004b44e52
Octal25536536535004264116122
Binary10101101111101011111010111101001001011010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5F5; }

 p { color: rgb(173,245,245); }

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

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

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

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

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

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

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