#ADFDEE

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

Shades of Pale Turquoise #ADFDEE

Tints of Pale Turquoise #ADFDEE

Color information

#ADFDEE (or 0xADFDEE) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and EE. RGB value is (173,253,238). Sum of RGB (Red+Green+Blue) = 173+253+238=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDEE is #520211. Grayscale: #E3E3E3. Windows color (decimal): -5374482 or 15662509. OLE color: 15662509.

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

Color convert

RGB173253238-
CMYK0.3200.060.01
HSL168.75º95.24%83.53%-
HSV(B)168.75º31.62%99.22%-
XYZ67.7985.3193.78-
YUV227.3713489.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.05%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=26.05%
G=38.10%
B=35.84%

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
Decimal1732532380.3200.060.01168.7595.2483.53
HexADFDEE20061a95f54
Octal25537535640061251137124
Binary101011011111110111101110100000011011010100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDEE; }

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

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

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

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

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

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

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

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