#ADF1FB

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

Shades of Pale Turquoise #ADF1FB

Tints of Pale Turquoise #ADF1FB

Color information

#ADF1FB (or 0xADF1FB) is unknown color: approx Pale Turquoise. HEX triplet: AD, F1 and FB. RGB value is (173,241,251). Sum of RGB (Red+Green+Blue) = 173+241+251=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1FB is #520E04. Grayscale: #DDDDDD. Windows color (decimal): -5377541 or 16511405. OLE color: 16511405.

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

Color convert

RGB173241251-
CMYK0.310.0400.02
HSL187.69º90.7%83.14%-
HSV(B)187.69º31.08%98.43%-
XYZ66.178.76102.99-
YUV221.81144.4793.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.02%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=26.02%
G=36.24%
B=37.74%

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
Decimal1732412510.310.0400.02187.6990.783.14
HexADF1FB1F402bc5b53
Octal25536137337402274133123
Binary101011011111000111111011111111000101011110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1FB; }

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

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

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

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

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

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

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

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