#ADFBF3

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

Shades of Pale Turquoise #ADFBF3

Tints of Pale Turquoise #ADFBF3

Color information

#ADFBF3 (or 0xADFBF3) is unknown color: approx Pale Turquoise. HEX triplet: AD, FB and F3. RGB value is (173,251,243). Sum of RGB (Red+Green+Blue) = 173+251+243=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBF3 is #52040C. Grayscale: #E2E2E2. Windows color (decimal): -5374989 or 15989677. OLE color: 15989677.

HSL color Cylindrical-coordinate representation of color #ADFBF3: hue angle of 173.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBF3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB173251243-
CMYK0.3100.030.02
HSL173.85º90.7%83.14%-
HSV(B)173.85º31.08%98.43%-
XYZ67.9184.3597.5-
YUV226.77137.1689.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=25.94%
G=37.63%
B=36.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732512430.3100.030.02173.8590.783.14
HexADFBF31F032ae5b53
Octal25537336337032256133123
Binary10101101111110111111001111111011101010111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBF3; }

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

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

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

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

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

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

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

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