#ADF1FF

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

Shades of Pale Turquoise #ADF1FF

Tints of Pale Turquoise #ADF1FF

Color information

#ADF1FF (or 0xADF1FF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F1 and FF. RGB value is (173,241,255). Sum of RGB (Red+Green+Blue) = 173+241+255=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1FF is #520E00. Grayscale: #DEDEDE. Windows color (decimal): -5377537 or 16773549. OLE color: 16773549.

HSL color Cylindrical-coordinate representation of color #ADF1FF: hue angle of 190.24º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF1FF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173241255-
CMYK0.320.0500
HSL190.24º100%83.92%-
HSV(B)190.24º32.16%100%-
XYZ66.7479.01106.34-
YUV222.26146.4792.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.86%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 255 (100% from 255) = 38.12%
R=25.86%
G=36.02%
B=38.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732412550.320.0500190.2410083.92
HexADF1FF20500be6454
Octal25536137740500276144124
Binary101011011111000111111111100000101001011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1FF; }

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

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

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

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

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

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

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

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