#ABEEF4

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

Shades of Pale Turquoise #ABEEF4

Tints of Pale Turquoise #ABEEF4

Color information

#ABEEF4 (or 0xABEEF4) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and F4. RGB value is (171,238,244). Sum of RGB (Red+Green+Blue) = 171+238+244=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABEEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEF4 is #54110B. Grayscale: #DADADA. Windows color (decimal): -5509388 or 16051883. OLE color: 16051883.

HSL color Cylindrical-coordinate representation of color #ABEEF4: hue angle of 184.93º 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 #ABEEF4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171238244-
CMYK0.300.0200.04
HSL184.93º76.84%81.37%-
HSV(B)184.93º29.92%95.69%-
XYZ63.776.3496.97-
YUV218.65142.394.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=26.19%
G=36.45%
B=37.37%

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
Decimal1712382440.300.0200.04184.9376.8481.37
HexABEEF41E204b94d51
Octal25335636436204271115121
Binary101010111110111011110100111101001001011100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEF4; }

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

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

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

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

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

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

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

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