#ABEFF4

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

Shades of Pale Turquoise #ABEFF4

Tints of Pale Turquoise #ABEFF4

Color information

#ABEFF4 (or 0xABEFF4) is unknown color: approx Pale Turquoise. HEX triplet: AB, EF and F4. RGB value is (171,239,244). Sum of RGB (Red+Green+Blue) = 171+239+244=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABEFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFF4 is #54100B. Grayscale: #DBDBDB. Windows color (decimal): -5509132 or 16052139. OLE color: 16052139.

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

Color convert

RGB171239244-
CMYK0.300.0200.04
HSL184.11º76.84%81.37%-
HSV(B)184.11º29.92%95.69%-
XYZ63.9976.9297.06-
YUV219.24141.9793.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=26.15%
G=36.54%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712392440.300.0200.04184.1176.8481.37
HexABEFF41E204b84d51
Octal25335736436204270115121
Binary101010111110111111110100111101001001011100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFF4; }

 p { color: rgb(171,239,244); }

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

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

 a { background-color: rgb(171,239,244); }

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

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

 span { border-color: rgb(171,239,244); }

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