#ABEEF6

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

Shades of Pale Turquoise #ABEEF6

Tints of Pale Turquoise #ABEEF6

Color information

#ABEEF6 (or 0xABEEF6) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and F6. RGB value is (171,238,246). Sum of RGB (Red+Green+Blue) = 171+238+246=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEF6 is #541109. Grayscale: #DADADA. Windows color (decimal): -5509386 or 16182955. OLE color: 16182955.

HSL color Cylindrical-coordinate representation of color #ABEEF6: hue angle of 186.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABEEF6 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171238246-
CMYK0.300.0300.04
HSL186.4º80.65%81.76%-
HSV(B)186.4º30.49%96.47%-
XYZ6476.4698.57-
YUV218.88143.393.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.11%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=26.11%
G=36.34%
B=37.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712382460.300.0300.04186.480.6581.76
HexABEEF61E304ba5152
Octal25335636636304272121122
Binary101010111110111011110110111101101001011101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEF6; }

 p { color: rgb(171,238,246); }

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

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

 a { background-color: rgb(171,238,246); }

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

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

 span { border-color: rgb(171,238,246); }

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