#BAF0ED

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

Shades of Pale Turquoise #BAF0ED

Tints of Pale Turquoise #BAF0ED

Color information

#BAF0ED (or 0xBAF0ED) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and ED. RGB value is (186,240,237). Sum of RGB (Red+Green+Blue) = 186+240+237=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0ED is #450F12. Grayscale: #DFDFDF. Windows color (decimal): -4525843 or 15593658. OLE color: 15593658.

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

Color convert

RGB186240237-
CMYK0.2200.010.06
HSL176.67º64.29%83.53%-
HSV(B)176.67º22.5%94.12%-
XYZ66.778.8791.83-
YUV223.51135.61101.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=28.05%
G=36.20%
B=35.75%

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
Decimal1862402370.2200.010.06176.6764.2983.53
HexBAF0ED16016b14054
Octal27236035526016261100124
Binary10111010111100001110110110110011101011000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0ED; }

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

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

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

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

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

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

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

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