#ADFBEE

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

Shades of Pale Turquoise #ADFBEE

Tints of Pale Turquoise #ADFBEE

Color information

#ADFBEE (or 0xADFBEE) is unknown color: approx Pale Turquoise. HEX triplet: AD, FB and EE. RGB value is (173,251,238). Sum of RGB (Red+Green+Blue) = 173+251+238=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBEE is #520411. Grayscale: #E2E2E2. Windows color (decimal): -5374994 or 15661997. OLE color: 15661997.

HSL color Cylindrical-coordinate representation of color #ADFBEE: hue angle of 170º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBEE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB173251238-
CMYK0.3100.050.02
HSL170º90.7%83.14%-
HSV(B)170º31.08%98.43%-
XYZ67.1684.0593.57-
YUV226.2134.6690.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.13%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=26.13%
G=37.92%
B=35.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732512380.3100.050.0217090.783.14
HexADFBEE1F052aa5b53
Octal25537335637052252133123
Binary101011011111101111101110111110101101010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBEE; }

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

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

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

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

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

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

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

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