#BAF9EF

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

Shades of Pale Turquoise #BAF9EF

Tints of Pale Turquoise #BAF9EF

Color information

#BAF9EF (or 0xBAF9EF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and EF. RGB value is (186,249,239). Sum of RGB (Red+Green+Blue) = 186+249+239=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9EF is #450610. Grayscale: #E4E4E4. Windows color (decimal): -4523537 or 15727034. OLE color: 15727034.

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

Color convert

RGB186249239-
CMYK0.2500.040.02
HSL170.48º84%85.29%-
HSV(B)170.48º25.3%97.65%-
XYZ69.7184.4294.28-
YUV229.02133.6397.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=27.60%
G=36.94%
B=35.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492390.2500.040.02170.488485.29
HexBAF9EF19042aa5455
Octal27237135731042252124125
Binary101110101111100111101111110010100101010101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9EF; }

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

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

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

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

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

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

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

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