#BAF9FE

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

Shades of Pale Turquoise #BAF9FE

Tints of Pale Turquoise #BAF9FE

Color information

#BAF9FE (or 0xBAF9FE) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and FE. RGB value is (186,249,254). Sum of RGB (Red+Green+Blue) = 186+249+254=689 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.00% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9FE is #450601. Grayscale: #E6E6E6. Windows color (decimal): -4523522 or 16710074. OLE color: 16710074.

HSL color Cylindrical-coordinate representation of color #BAF9FE: hue angle of 184.41º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF9FE is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186249254-
CMYK0.270.0200.00
HSL184.41º97.14%86.27%-
HSV(B)184.41º26.77%99.61%-
XYZ72.0185.35106.44-
YUV230.73141.1396.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.00%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=27.00%
G=36.14%
B=36.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862492540.270.0200.00184.4197.1486.27
HexBAF9FE1B200b86156
Octal27237137633200270141126
Binary1011101011111001111111101101110001011100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9FE; }

 p { color: rgb(186,249,254); }

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

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

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

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

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

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

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