#A8EBF1

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

Shades of Pale Turquoise #A8EBF1

Tints of Pale Turquoise #A8EBF1

Color information

#A8EBF1 (or 0xA8EBF1) is unknown color: approx Pale Turquoise. HEX triplet: A8, EB and F1. RGB value is (168,235,241). Sum of RGB (Red+Green+Blue) = 168+235+241=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF1 is #57140E. Grayscale: #D7D7D7. Windows color (decimal): -5706767 or 15854504. OLE color: 15854504.

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

Color convert

RGB168235241-
CMYK0.300.0200.05
HSL184.93º72.28%80.2%-
HSV(B)184.93º30.29%94.51%-
XYZ61.7374.0994.27-
YUV215.65142.394.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.09%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=26.09%
G=36.49%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682352410.300.0200.05184.9372.2880.2
HexA8EBF11E205b94850
Octal25035336136205271110120
Binary101010001110101111110001111101001011011100110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBF1; }

 p { color: rgb(168,235,241); }

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

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

 a { background-color: rgb(168,235,241); }

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

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

 span { border-color: rgb(168,235,241); }

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