#ADFDED

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

Shades of Pale Turquoise #ADFDED

Tints of Pale Turquoise #ADFDED

Color information

#ADFDED (or 0xADFDED) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and ED. RGB value is (173,253,237). Sum of RGB (Red+Green+Blue) = 173+253+237=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDED is #520212. Grayscale: #E3E3E3. Windows color (decimal): -5374483 or 15596973. OLE color: 15596973.

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

Color convert

RGB173253237-
CMYK0.3200.060.01
HSL168º95.24%83.53%-
HSV(B)168º31.62%99.22%-
XYZ67.6485.2593.01-
YUV227.26133.589.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.09%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=26.09%
G=38.16%
B=35.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532370.3200.060.0116895.2483.53
HexADFDED20061a85f54
Octal25537535540061250137124
Binary101011011111110111101101100000011011010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDED; }

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

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

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

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

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

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

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

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