#ADEEEB

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

Shades of Pale Turquoise #ADEEEB

Tints of Pale Turquoise #ADEEEB

Color information

#ADEEEB (or 0xADEEEB) is unknown color: approx Pale Turquoise. HEX triplet: AD, EE and EB. RGB value is (173,238,235). Sum of RGB (Red+Green+Blue) = 173+238+235=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEEB is #521114. Grayscale: #DADADA. Windows color (decimal): -5378325 or 15462061. OLE color: 15462061.

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

Color convert

RGB173238235-
CMYK0.2700.010.07
HSL177.23º65.66%80.59%-
HSV(B)177.23º27.31%93.33%-
XYZ62.876.0389.96-
YUV218.22137.4795.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=26.78%
G=36.84%
B=36.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732382350.2700.010.07177.2365.6680.59
HexADEEEB1B017b14251
Octal25535635333017261102121
Binary10101101111011101110101111011011111011000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEEB; }

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

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

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

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

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

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

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

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