#ABF0F3

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

Shades of Pale Turquoise #ABF0F3

Tints of Pale Turquoise #ABF0F3

Color information

#ABF0F3 (or 0xABF0F3) is unknown color: approx Pale Turquoise. HEX triplet: AB, F0 and F3. RGB value is (171,240,243). Sum of RGB (Red+Green+Blue) = 171+240+243=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABF0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0F3 is #540F0C. Grayscale: #DBDBDB. Windows color (decimal): -5508877 or 15986859. OLE color: 15986859.

HSL color Cylindrical-coordinate representation of color #ABF0F3: hue angle of 182.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF0F3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171240243-
CMYK0.300.0100.05
HSL182.5º75%81.18%-
HSV(B)182.5º29.63%95.29%-
XYZ64.1377.4596.36-
YUV219.71141.1493.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=26.15%
G=36.70%
B=37.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712402430.300.0100.05182.57581.18
HexABF0F31E105b64b51
Octal25336036336105266113121
Binary10101011111100001111001111110101011011011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0F3; }

 p { color: rgb(171,240,243); }

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

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

 a { background-color: rgb(171,240,243); }

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

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

 span { border-color: rgb(171,240,243); }

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