#BAF0F0

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

Shades of Pale Turquoise #BAF0F0

Tints of Pale Turquoise #BAF0F0

Color information

#BAF0F0 (or 0xBAF0F0) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and F0. RGB value is (186,240,240). Sum of RGB (Red+Green+Blue) = 186+240+240=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BAF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F0 is #450F0F. Grayscale: #DFDFDF. Windows color (decimal): -4525840 or 15790266. OLE color: 15790266.

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

Color convert

RGB186240240-
CMYK0.22000.06
HSL180º64.29%83.53%-
HSV(B)180º22.5%94.12%-
XYZ67.1479.0594.16-
YUV223.85137.11101-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=27.93%
G=36.04%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402400.22000.0618064.2983.53
HexBAF0F016006b44054
Octal27236036026006264100124
Binary10111010111100001111000010110001101011010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0F0; }

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

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

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

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

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

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

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

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