#BAFDF0

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

Shades of Pale Turquoise #BAFDF0

Tints of Pale Turquoise #BAFDF0

Color information

#BAFDF0 (or 0xBAFDF0) is unknown color: approx Pale Turquoise. HEX triplet: BA, FD and F0. RGB value is (186,253,240). Sum of RGB (Red+Green+Blue) = 186+253+240=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF0 is #45020F. Grayscale: #E7E7E7. Windows color (decimal): -4522512 or 15793594. OLE color: 15793594.

HSL color Cylindrical-coordinate representation of color #BAFDF0: hue angle of 168.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDF0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB186253240-
CMYK0.2600.050.01
HSL168.36º94.37%86.08%-
HSV(B)168.36º26.48%99.22%-
XYZ71.186.9895.48-
YUV231.48132.895.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.39%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=27.39%
G=37.26%
B=35.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532400.2600.050.01168.3694.3786.08
HexBAFDF01A051a85e56
Octal27237536032051250136126
Binary10111010111111011111000011010010111010100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDF0; }

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

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

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

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

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

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

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

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