#BAF0EE

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

Shades of Pale Turquoise #BAF0EE

Tints of Pale Turquoise #BAF0EE

Color information

#BAF0EE (or 0xBAF0EE) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and EE. RGB value is (186,240,238). Sum of RGB (Red+Green+Blue) = 186+240+238=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0EE is #450F11. Grayscale: #DFDFDF. Windows color (decimal): -4525842 or 15659194. OLE color: 15659194.

HSL color Cylindrical-coordinate representation of color #BAF0EE: hue angle of 177.78º 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 #BAF0EE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB186240238-
CMYK0.2200.010.06
HSL177.78º64.29%83.53%-
HSV(B)177.78º22.5%94.12%-
XYZ66.8478.9392.6-
YUV223.63136.11101.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=28.01%
G=36.14%
B=35.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402380.2200.010.06177.7864.2983.53
HexBAF0EE16016b24054
Octal27236035626016262100124
Binary10111010111100001110111010110011101011001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0EE; }

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

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

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

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

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

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

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

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