#ADF2FB

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

Shades of Pale Turquoise #ADF2FB

Tints of Pale Turquoise #ADF2FB

Color information

#ADF2FB (or 0xADF2FB) is unknown color: approx Pale Turquoise. HEX triplet: AD, F2 and FB. RGB value is (173,242,251). Sum of RGB (Red+Green+Blue) = 173+242+251=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2FB is #520D04. Grayscale: #DEDEDE. Windows color (decimal): -5377285 or 16511661. OLE color: 16511661.

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

Color convert

RGB173242251-
CMYK0.310.0400.02
HSL186.92º90.7%83.14%-
HSV(B)186.92º31.08%98.43%-
XYZ66.479.35103.08-
YUV222.4144.1492.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.98%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=25.98%
G=36.34%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732422510.310.0400.02186.9290.783.14
HexADF2FB1F402bb5b53
Octal25536237337402273133123
Binary101011011111001011111011111111000101011101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2FB; }

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

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

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

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

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

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

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

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