#ABECE6

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

Shades of Pale Turquoise #ABECE6

Tints of Pale Turquoise #ABECE6

Color information

#ABECE6 (or 0xABECE6) is unknown color: approx Pale Turquoise. HEX triplet: AB, EC and E6. RGB value is (171,236,230). Sum of RGB (Red+Green+Blue) = 171+236+230=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECE6 is #541319. Grayscale: #D7D7D7. Windows color (decimal): -5509914 or 15133867. OLE color: 15133867.

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

Color convert

RGB171236230-
CMYK0.2800.030.07
HSL174.46º63.11%79.8%-
HSV(B)174.46º27.54%92.55%-
XYZ61.0774.3686-
YUV215.88135.9795.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=26.84%
G=37.05%
B=36.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362300.2800.030.07174.4663.1179.8
HexABECE61C037ae3f50
Octal2533543463403725677120
Binary10101011111011001110011011100011111101011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECE6; }

 p { color: rgb(171,236,230); }

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

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

 a { background-color: rgb(171,236,230); }

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

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

 span { border-color: rgb(171,236,230); }

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