#BAF1F1

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

Shades of Pale Turquoise #BAF1F1

Tints of Pale Turquoise #BAF1F1

Color information

#BAF1F1 (or 0xBAF1F1) is unknown color: approx Pale Turquoise. HEX triplet: BA, F1 and F1. RGB value is (186,241,241). Sum of RGB (Red+Green+Blue) = 186+241+241=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BAF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1F1 is #450E0E. Grayscale: #E0E0E0. Windows color (decimal): -4525583 or 15856058. OLE color: 15856058.

HSL color Cylindrical-coordinate representation of color #BAF1F1: hue angle of 180º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1F1 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186241241-
CMYK0.23000.05
HSL180º66.27%83.73%-
HSV(B)180º22.82%94.51%-
XYZ67.5879.795.04-
YUV224.55137.28100.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=27.84%
G=36.08%
B=36.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412410.23000.0518066.2783.73
HexBAF1F117005b44254
Octal27236136127005264102124
Binary10111010111100011111000110111001011011010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1F1; }

 p { color: rgb(186,241,241); }

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

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

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

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

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

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

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