#BFF7F6

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

Shades of Pale Turquoise #BFF7F6

Tints of Pale Turquoise #BFF7F6

Color information

#BFF7F6 (or 0xBFF7F6) is unknown color: approx Pale Turquoise. HEX triplet: BF, F7 and F6. RGB value is (191,247,246). Sum of RGB (Red+Green+Blue) = 191+247+246=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7F6 is #400809. Grayscale: #E6E6E6. Windows color (decimal): -4196362 or 16185279. OLE color: 16185279.

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

Color convert

RGB191247246-
CMYK0.2300.000.03
HSL178.93º77.78%85.88%-
HSV(B)178.93º22.67%96.86%-
XYZ71.3884.2599.69-
YUV230.14136.95100.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.92%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=27.92%
G=36.11%
B=35.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472460.2300.000.03178.9377.7885.88
HexBFF7F617003b34e56
Octal27736736627003263116126
Binary1011111111110111111101101011100111011001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7F6; }

 p { color: rgb(191,247,246); }

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

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

 a { background-color: rgb(191,247,246); }

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

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

 span { border-color: rgb(191,247,246); }

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