#ADEBEC

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

Shades of Pale Turquoise #ADEBEC

Tints of Pale Turquoise #ADEBEC

Color information

#ADEBEC (or 0xADEBEC) is unknown color: approx Pale Turquoise. HEX triplet: AD, EB and EC. RGB value is (173,235,236). Sum of RGB (Red+Green+Blue) = 173+235+236=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBEC is #521413. Grayscale: #D8D8D8. Windows color (decimal): -5379092 or 15526829. OLE color: 15526829.

HSL color Cylindrical-coordinate representation of color #ADEBEC: hue angle of 180.95º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEBEC is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173235236-
CMYK0.270.0000.07
HSL180.95º62.38%80.2%-
HSV(B)180.95º26.69%92.55%-
XYZ62.0874.3690.44-
YUV216.58138.9696.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=26.86%
G=36.49%
B=36.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732352360.270.0000.07180.9562.3880.2
HexADEBEC1B007b53e50
Octal2553533543300726576120
Binary1010110111101011111011001101100111101101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBEC; }

 p { color: rgb(173,235,236); }

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

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

 a { background-color: rgb(173,235,236); }

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

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

 span { border-color: rgb(173,235,236); }

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