#ADF5F3

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

Shades of Pale Turquoise #ADF5F3

Tints of Pale Turquoise #ADF5F3

Color information

#ADF5F3 (or 0xADF5F3) is unknown color: approx Pale Turquoise. HEX triplet: AD, F5 and F3. RGB value is (173,245,243). Sum of RGB (Red+Green+Blue) = 173+245+243=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5F3 is #520A0C. Grayscale: #DFDFDF. Windows color (decimal): -5376525 or 15988141. OLE color: 15988141.

HSL color Cylindrical-coordinate representation of color #ADF5F3: hue angle of 178.33º 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 #ADF5F3 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB173245243-
CMYK0.2900.010.04
HSL178.33º78.26%81.96%-
HSV(B)178.33º29.39%96.08%-
XYZ66.0680.6696.88-
YUV223.24139.1592.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.17%
GREEN value IS 245 (96.09% from 255) = 37.07%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=26.17%
G=37.07%
B=36.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452430.2900.010.04178.3378.2681.96
HexADF5F31D014b24e52
Octal25536536335014262116122
Binary10101101111101011111001111101011001011001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5F3; }

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

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

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

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

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

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

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

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