#ADFAFD

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

Shades of Pale Turquoise #ADFAFD

Tints of Pale Turquoise #ADFAFD

Color information

#ADFAFD (or 0xADFAFD) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and FD. RGB value is (173,250,253). Sum of RGB (Red+Green+Blue) = 173+250+253=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFD is #520502. Grayscale: #E3E3E3. Windows color (decimal): -5375235 or 16644781. OLE color: 16644781.

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

Color convert

RGB173250253-
CMYK0.320.0100.01
HSL182.25º95.24%83.53%-
HSV(B)182.25º31.62%99.22%-
XYZ69.1584.35105.56-
YUV227.32142.4989.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.59%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=25.59%
G=36.98%
B=37.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732502530.320.0100.01182.2595.2483.53
HexADFAFD20101b65f54
Octal25537237540101266137124
Binary1010110111111010111111011000001011011011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAFD; }

 p { color: rgb(173,250,253); }

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

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

 a { background-color: rgb(173,250,253); }

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

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

 span { border-color: rgb(173,250,253); }

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