#BAF9F4

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

Shades of Pale Turquoise #BAF9F4

Tints of Pale Turquoise #BAF9F4

Color information

#BAF9F4 (or 0xBAF9F4) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and F4. RGB value is (186,249,244). Sum of RGB (Red+Green+Blue) = 186+249+244=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9F4 is #45060B. Grayscale: #E5E5E5. Windows color (decimal): -4523532 or 16054714. OLE color: 16054714.

HSL color Cylindrical-coordinate representation of color #BAF9F4: hue angle of 175.24º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9F4 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB186249244-
CMYK0.2500.020.02
HSL175.24º84%85.29%-
HSV(B)175.24º25.3%97.65%-
XYZ70.4584.7298.23-
YUV229.59136.1396.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.39%
GREEN value IS 249 (97.66% from 255) = 36.67%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=27.39%
G=36.67%
B=35.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492440.2500.020.02175.248485.29
HexBAF9F419022af5455
Octal27237136431022257124125
Binary10111010111110011111010011001010101010111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9F4; }

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

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

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

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

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

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

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

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