#ADF3FF

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

Shades of Pale Turquoise #ADF3FF

Tints of Pale Turquoise #ADF3FF

Color information

#ADF3FF (or 0xADF3FF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F3 and FF. RGB value is (173,243,255). Sum of RGB (Red+Green+Blue) = 173+243+255=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3FF is #520C00. Grayscale: #DFDFDF. Windows color (decimal): -5377025 or 16774061. OLE color: 16774061.

HSL color Cylindrical-coordinate representation of color #ADF3FF: hue angle of 188.78º 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 #ADF3FF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173243255-
CMYK0.320.0500
HSL188.78º100%83.92%-
HSV(B)188.78º32.16%100%-
XYZ67.3380.21106.54-
YUV223.44145.8192.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.78%
GREEN value IS 243 (95.31% from 255) = 36.21%
BLUE value IS 255 (100% from 255) = 38.00%
R=25.78%
G=36.21%
B=38.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732432550.320.0500188.7810083.92
HexADF3FF20500bd6454
Octal25536337740500275144124
Binary101011011111001111111111100000101001011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF3FF; }

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

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

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

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

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

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

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

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