#ADFDFE

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

Shades of Pale Turquoise #ADFDFE

Tints of Pale Turquoise #ADFDFE

Color information

#ADFDFE (or 0xADFDFE) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and FE. RGB value is (173,253,254). Sum of RGB (Red+Green+Blue) = 173+253+254=680 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.44% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDFE is #520201. Grayscale: #E5E5E5. Windows color (decimal): -5374466 or 16711085. OLE color: 16711085.

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

Color convert

RGB173253254-
CMYK0.320.0000.00
HSL180.74º97.59%83.73%-
HSV(B)180.74º31.89%99.61%-
XYZ70.2586.29106.72-
YUV229.1914287.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.44%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=25.44%
G=37.21%
B=37.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732532540.320.0000.00180.7497.5983.73
HexADFDFE20000b56254
Octal25537537640000265142124
Binary1010110111111101111111101000000001011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDFE; }

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

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

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

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

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

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

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

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