#BAF9FD

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

Shades of Pale Turquoise #BAF9FD

Tints of Pale Turquoise #BAF9FD

Color information

#BAF9FD (or 0xBAF9FD) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and FD. RGB value is (186,249,253). Sum of RGB (Red+Green+Blue) = 186+249+253=688 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.03% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9FD is #450602. Grayscale: #E6E6E6. Windows color (decimal): -4523523 or 16644538. OLE color: 16644538.

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

Color convert

RGB186249253-
CMYK0.260.0200.01
HSL183.58º94.37%86.08%-
HSV(B)183.58º26.48%99.22%-
XYZ71.8685.28105.6-
YUV230.62140.6396.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.03%
GREEN value IS 249 (97.66% from 255) = 36.19%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=27.03%
G=36.19%
B=36.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862492530.260.0200.01183.5894.3786.08
HexBAF9FD1A201b85e56
Octal27237137532201270136126
Binary1011101011111001111111011101010011011100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9FD; }

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

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

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

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

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

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

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

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