#BAF0EB

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

Shades of Pale Turquoise #BAF0EB

Tints of Pale Turquoise #BAF0EB

Color information

#BAF0EB (or 0xBAF0EB) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and EB. RGB value is (186,240,235). Sum of RGB (Red+Green+Blue) = 186+240+235=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0EB is #450F14. Grayscale: #DFDFDF. Windows color (decimal): -4525845 or 15462586. OLE color: 15462586.

HSL color Cylindrical-coordinate representation of color #BAF0EB: hue angle of 174.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0EB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB186240235-
CMYK0.2200.020.06
HSL174.44º64.29%83.53%-
HSV(B)174.44º22.5%94.12%-
XYZ66.4178.7690.3-
YUV223.28134.61101.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=28.14%
G=36.31%
B=35.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402350.2200.020.06174.4464.2983.53
HexBAF0EB16026ae4054
Octal27236035326026256100124
Binary101110101111000011101011101100101101010111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0EB; }

 p { color: rgb(186,240,235); }

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

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

 a { background-color: rgb(186,240,235); }

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

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

 span { border-color: rgb(186,240,235); }

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